Searched defs:UsedRegs (Results 1 – 9 of 9) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/Stages/ |
D | DispatchStage.cpp | 39 ArrayRef<unsigned> UsedRegs, in notifyInstructionDispatched()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86CallFrameOptimization.cpp | 281 const X86RegisterInfo &RegInfo, DenseSet<unsigned int> &UsedRegs) { in classifyInstruction() 409 DenseSet<unsigned int> UsedRegs; in collectCallInfo() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | Thumb1FrameLowering.cpp | 582 const LivePhysRegs &UsedRegs, unsigned &PopReg, in findTemporariesForLR() 653 LivePhysRegs UsedRegs(TRI); in emitPopSpecialFixUp() local
|
D | ARMFastISel.cpp | 2034 bool ARMFastISel::FinishCall(MVT RetVT, SmallVectorImpl<Register> &UsedRegs, in FinishCall() 2284 SmallVector<Register, 4> UsedRegs; in ARMEmitLibcall() local 2428 SmallVector<Register, 4> UsedRegs; in SelectCall() local
|
D | ARMLoadStoreOptimizer.cpp | 863 DenseSet<unsigned> UsedRegs; in MergeOpsUpdate() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | CallingConvLower.h | 203 SmallVector<uint32_t, 16> UsedRegs; variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | InstrEmitter.cpp | 930 SmallVector<Register, 8> UsedRegs; in EmitMachineNode() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | MachineBasicBlock.cpp | 921 SmallVector<unsigned, 4> UsedRegs; in SplitCriticalEdge() local
|
D | MachineInstr.cpp | 1951 void MachineInstr::setPhysRegsDeadExcept(ArrayRef<Register> UsedRegs, in setPhysRegsDeadExcept()
|