Home
last modified time | relevance | path

Searched refs:getConstantPoolIndex (Results 1 – 20 of 20) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineConstantPool.h142 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/
DThumbRegisterInfo.cpp73 unsigned Idx = ConstantPool->getConstantPoolIndex(C, 4); in emitThumb1LoadConstPool()
92 unsigned Idx = ConstantPool->getConstantPoolIndex(C, 4); in emitThumb2LoadConstPool()
DARMInstructionSelector.cpp643 ? ConstPool->getConstantPoolIndex( in selectGlobal()
645 : ConstPool->getConstantPoolIndex(GV, Alignment); in selectGlobal()
1000 ConstPool->getConstantPoolIndex(I.getOperand(1).getFPImm(), Alignment); in select()
DARMFastISel.cpp452 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()
DARMBaseRegisterInfo.cpp467 unsigned Idx = ConstantPool->getConstantPoolIndex(C, 4); in emitLoadConstPool()
DARMExpandPseudoInsts.cpp1423 .addConstantPoolIndex(MCP->getConstantPoolIndex(CPV, 4)); in ExpandMI()
1507 .addConstantPoolIndex(MCP->getConstantPoolIndex(CPV, 4)); in ExpandMI()
DARMFrameLowering.cpp2412 unsigned CPI = MCP->getConstantPoolIndex(NewCPV, 4); in adjustForSegmentedStacks()
DARMISelLowering.cpp9500 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()
DARMBaseInstrInfo.cpp1685 CPI = MCP->getConstantPoolIndex(NewCPV, MCPE.getAlignment()); in duplicateCPV()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/
DXCoreInstrInfo.cpp446 unsigned Idx = ConstantPool->getConstantPoolIndex(C, 4); in loadImmediate()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineFunction.cpp1097 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/
DInstrEmitter.cpp426 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/
DMIRParser.cpp837 unsigned Index = ConstantPool.getConstantPoolIndex(Value, Alignment); in initializeConstantPool()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsConstantIslandPass.cpp1659 unsigned index = MCP->getConstantPoolIndex(C, 4); in prescanForConstants()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86InstructionSelector.cpp1445 unsigned CPI = MF.getConstantPool()->getConstantPoolIndex(CFP, Align); in materializeFP()
DX86FastISel.cpp3789 unsigned CPI = MCP.getConstantPoolIndex(CFP, Align); in X86MaterializeFP()
DX86InstrInfo.cpp5340 unsigned CPI = MCP.getConstantPoolIndex(C, Alignment); in foldMemoryOperandImpl()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCFastISel.cpp2001 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/
DAArch64InstructionSelector.cpp3169 return MCP->getConstantPoolIndex(CPVal, Align); in emitConstantPoolEntry()
DAArch64FastISel.cpp441 unsigned CPI = MCP.getConstantPoolIndex(cast<Constant>(CFP), Align); in materializeFP()