/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | MachineConstantPool.h | 142 unsigned getConstantPoolIndex(const Constant *C, unsigned Alignment); 143 unsigned getConstantPoolIndex(MachineConstantPoolValue *V,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ThumbRegisterInfo.cpp | 73 unsigned Idx = ConstantPool->getConstantPoolIndex(C, 4); in emitThumb1LoadConstPool() 92 unsigned Idx = ConstantPool->getConstantPoolIndex(C, 4); in emitThumb2LoadConstPool()
|
D | ARMInstructionSelector.cpp | 643 ? ConstPool->getConstantPoolIndex( in selectGlobal() 645 : ConstPool->getConstantPoolIndex(GV, Alignment); in selectGlobal() 1000 ConstPool->getConstantPoolIndex(I.getOperand(1).getFPImm(), Alignment); in select()
|
D | ARMFastISel.cpp | 452 unsigned Idx = MCP.getConstantPoolIndex(cast<Constant>(CFP), Align); in ARMMaterializeFP() 516 unsigned Idx = MCP.getConstantPoolIndex(C, Align); in ARMMaterializeInt() 588 unsigned Idx = MCP.getConstantPoolIndex(CPV, Align); in ARMMaterializeGV() 2966 unsigned Idx = MF->getConstantPool()->getConstantPoolIndex(CPV, ConstAlign); in ARMLowerPICELF()
|
D | ARMBaseRegisterInfo.cpp | 467 unsigned Idx = ConstantPool->getConstantPoolIndex(C, 4); in emitLoadConstPool()
|
D | ARMExpandPseudoInsts.cpp | 1423 .addConstantPoolIndex(MCP->getConstantPoolIndex(CPV, 4)); in ExpandMI() 1507 .addConstantPoolIndex(MCP->getConstantPoolIndex(CPV, 4)); in ExpandMI()
|
D | ARMFrameLowering.cpp | 2412 unsigned CPI = MCP->getConstantPoolIndex(NewCPV, 4); in adjustForSegmentedStacks()
|
D | ARMISelLowering.cpp | 9500 unsigned CPI = MCP->getConstantPoolIndex(CPV, 4); in SetupEntryBlockForSjLj() 9792 unsigned Idx = ConstantPool->getConstantPoolIndex(C, Align); in EmitSjLjDispatchBlock() 9893 unsigned Idx = ConstantPool->getConstantPoolIndex(C, Align); in EmitSjLjDispatchBlock() 10295 unsigned Idx = ConstantPool->getConstantPoolIndex(C, Align); in EmitStructByval()
|
D | ARMBaseInstrInfo.cpp | 1685 CPI = MCP->getConstantPoolIndex(NewCPV, MCPE.getAlignment()); in duplicateCPV()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/ |
D | XCoreInstrInfo.cpp | 446 unsigned Idx = ConstantPool->getConstantPoolIndex(C, 4); in loadImmediate()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | MachineFunction.cpp | 1097 unsigned MachineConstantPool::getConstantPoolIndex(const Constant *C, in getConstantPoolIndex() function in MachineConstantPool 1117 unsigned MachineConstantPool::getConstantPoolIndex(MachineConstantPoolValue *V, in getConstantPoolIndex() function in MachineConstantPool
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | InstrEmitter.cpp | 426 Idx = MCP->getConstantPoolIndex(CP->getMachineCPVal(), Align); in AddOperand() 428 Idx = MCP->getConstantPoolIndex(CP->getConstVal(), Align); in AddOperand()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/ |
D | MIRParser.cpp | 837 unsigned Index = ConstantPool.getConstantPoolIndex(Value, Alignment); in initializeConstantPool()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsConstantIslandPass.cpp | 1659 unsigned index = MCP->getConstantPoolIndex(C, 4); in prescanForConstants()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86InstructionSelector.cpp | 1445 unsigned CPI = MF.getConstantPool()->getConstantPoolIndex(CFP, Align); in materializeFP()
|
D | X86FastISel.cpp | 3789 unsigned CPI = MCP.getConstantPoolIndex(CFP, Align); in X86MaterializeFP()
|
D | X86InstrInfo.cpp | 5340 unsigned CPI = MCP.getConstantPoolIndex(C, Alignment); in foldMemoryOperandImpl()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCFastISel.cpp | 2001 unsigned Idx = MCP.getConstantPoolIndex(cast<Constant>(CFP), Align); in PPCMaterializeFP()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64InstructionSelector.cpp | 3169 return MCP->getConstantPoolIndex(CPVal, Align); in emitConstantPoolEntry()
|
D | AArch64FastISel.cpp | 441 unsigned CPI = MCP.getConstantPoolIndex(cast<Constant>(CFP), Align); in materializeFP()
|