Home
last modified time | relevance | path

Searched defs:LiveIn (Results 1 – 25 of 58) sorted by relevance

123

/aosp_15_r20/external/swiftshader/third_party/subzero/src/
H A DIceCfgNode.cpp462 auto &LiveIn = Func->getLiveness()->getLiveIn(this); in advancedPhiLowering() local
676 const LivenessBV &LiveIn = Liveness->getLiveIn(Succ); in liveness() local
736 LivenessBV &LiveIn = Liveness->getLiveIn(this); in liveness() local
816 const LivenessBV &LiveIn = Liveness->getLiveIn(this); in livenessAddIntervals() local
1175 const LivenessBV &LiveIn = Liveness->getLiveIn(this); in dump() local
H A DIceLiveness.h59 LivenessBV LiveIn, LiveOut; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
H A DPPCMachineFunctionInfo.cpp47 for (const std::pair<unsigned, ISD::ArgFlagsTy> &LiveIn : LiveInAttrs) in isLiveInSExt() local
54 for (const std::pair<unsigned, ISD::ArgFlagsTy> &LiveIn : LiveInAttrs) in isLiveInZExt() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/PowerPC/
H A DPPCMachineFunctionInfo.cpp63 for (const std::pair<Register, ISD::ArgFlagsTy> &LiveIn : LiveInAttrs) in isLiveInSExt() local
70 for (const std::pair<Register, ISD::ArgFlagsTy> &LiveIn : LiveInAttrs) in isLiveInZExt() local
/aosp_15_r20/external/llvm/lib/Target/Hexagon/
H A DRDFLiveness.cpp626 RefMap LiveIn; in computeLiveIns() local
680 BitVector LiveIn(TRI.getNumRegs()), Live(TRI.getNumRegs()); in resetKills() local
775 void Liveness::traverse(MachineBasicBlock *B, RefMap &LiveIn) { in traverse()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DRDFLiveness.cpp802 RefMap LiveIn; in computeLiveIns() local
874 BitVector LiveIn(TRI.getNumRegs()), Live(TRI.getNumRegs()); in resetKills() local
928 void Liveness::traverse(MachineBasicBlock *B, RefMap &LiveIn) { in traverse()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DRDFLiveness.cpp856 RefMap LiveIn; in computeLiveIns() local
926 BitVector LiveIn(TRI.getNumRegs()), Live(TRI.getNumRegs()); in resetKills() local
979 void Liveness::traverse(MachineBasicBlock *B, RefMap &LiveIn) { in traverse()
H A DSplitKit.h126 bool LiveIn; ///< Current reg is live in. member
/aosp_15_r20/external/llvm/lib/CodeGen/
H A DLiveRangeCalc.h102 SmallVector<LiveInBlock, 16> LiveIn; variable
H A DSafeStackColoring.h41 BitVector LiveIn; member
H A DSplitKit.h107 bool LiveIn; ///< Current reg is live in. member
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DLiveRangeCalc.h124 SmallVector<LiveInBlock, 16> LiveIn; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/CodeGen/
DLiveRangeCalc.h125 SmallVector<LiveInBlock, 16> LiveIn; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/CodeGen/
DLiveRangeCalc.h125 SmallVector<LiveInBlock, 16> LiveIn; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGen/
DLiveRangeCalc.h125 SmallVector<LiveInBlock, 16> LiveIn; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/
H A DLiveRangeCalc.h125 SmallVector<LiveInBlock, 16> LiveIn; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGen/
DLiveRangeCalc.h125 SmallVector<LiveInBlock, 16> LiveIn; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DSafeStackColoring.h49 BitVector LiveIn; member
H A DSplitKit.h125 bool LiveIn; ///< Current reg is live in. member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Analysis/
DStackLifetime.h52 BitVector LiveIn; member
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/
H A DStackLifetime.h52 BitVector LiveIn; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Analysis/
DStackLifetime.h52 BitVector LiveIn; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Analysis/
DStackLifetime.h52 BitVector LiveIn; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Analysis/
DStackLifetime.h52 BitVector LiveIn; member
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DGCNSchedStrategy.cpp472 auto LiveIn = std::move(LiveInIt->second); in computeBlockPressure() local

123