| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | MachineConstantPool.h | 139 unsigned getConstantPoolIndex(const Constant *C, Align Alignment); 140 unsigned getConstantPoolIndex(MachineConstantPoolValue *V, Align Alignment);
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ThumbRegisterInfo.cpp | 71 unsigned Idx = ConstantPool->getConstantPoolIndex(C, Align(4)); in emitThumb1LoadConstPool() 90 unsigned Idx = ConstantPool->getConstantPoolIndex(C, Align(4)); in emitThumb2LoadConstPool()
|
| H A D | ARMInstructionSelector.cpp | 643 ? ConstPool->getConstantPoolIndex( in selectGlobal() 645 : ConstPool->getConstantPoolIndex(GV, Alignment); in selectGlobal() 1009 ConstPool->getConstantPoolIndex(I.getOperand(1).getFPImm(), Alignment); in select()
|
| H A D | ARMFastISel.cpp | 468 unsigned Idx = MCP.getConstantPoolIndex(cast<Constant>(CFP), Alignment); in ARMMaterializeFP() 528 unsigned Idx = MCP.getConstantPoolIndex(C, Alignment); in ARMMaterializeInt() 598 unsigned Idx = MCP.getConstantPoolIndex(CPV, Alignment); in ARMMaterializeGV() 3037 unsigned Idx = MF->getConstantPool()->getConstantPoolIndex(CPV, ConstAlign); in ARMLowerPICELF()
|
| H A D | ARMBaseRegisterInfo.cpp | 534 unsigned Idx = ConstantPool->getConstantPoolIndex(C, Align(4)); in emitLoadConstPool()
|
| H A D | ARMExpandPseudoInsts.cpp | 2632 .addConstantPoolIndex(MCP->getConstantPoolIndex(CPV, Align(4))); in ExpandMI() 2722 .addConstantPoolIndex(MCP->getConstantPoolIndex(CPV, Align(4))); in ExpandMI()
|
| H A D | ARMFrameLowering.cpp | 3456 unsigned CPI = MCP->getConstantPoolIndex(NewCPV, Align(4)); in adjustForSegmentedStacks()
|
| H A D | ARMBaseInstrInfo.cpp | 1648 CPI = MCP->getConstantPoolIndex(NewCPV, MCPE.getAlign()); in duplicateCPV()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/ |
| H A D | CSKYAsmPrinter.cpp | 214 MCSym = GetCPISymbol(MCP->getConstantPoolIndex(C, Align(4))); in emitMachineConstantPoolValue()
|
| H A D | CSKYInstrInfo.cpp | 585 unsigned CPI = MCP->getConstantPoolIndex(CPV, Align(4)); in getGlobalBaseReg()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/ |
| H A D | XtensaInstrInfo.cpp | 189 unsigned Idx = MCP->getConstantPoolIndex(CVal, Align(2U)); in loadImmediate() 544 unsigned Idx = ConstantPool->getConstantPoolIndex(C, Align(4)); in insertIndirectBranch()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/XCore/ |
| H A D | XCoreInstrInfo.cpp | 442 unsigned Idx = ConstantPool->getConstantPoolIndex(C, Align(4)); in loadImmediate()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MachineFunction.cpp | 1549 unsigned MachineConstantPool::getConstantPoolIndex(const Constant *C, in getConstantPoolIndex() function in MachineConstantPool 1568 unsigned MachineConstantPool::getConstantPoolIndex(MachineConstantPoolValue *V, in getConstantPoolIndex() function in MachineConstantPool
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | InstrEmitter.cpp | 450 Idx = MCP->getConstantPoolIndex(CP->getMachineCPVal(), Alignment); in AddOperand() 452 Idx = MCP->getConstantPoolIndex(CP->getConstVal(), Alignment); in AddOperand()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86FixupVectorConstants.cpp | 415 CP->getConstantPoolIndex(NewCst, Align(Fixup.MemBitWidth / 8)); in processInstruction()
|
| H A D | X86InstructionSelector.cpp | |
| H A D | X86FastISel.cpp | 3838 unsigned CPI = MCP.getConstantPoolIndex(CFP, Alignment); in X86MaterializeFP()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/GISel/ |
| H A D | X86LegalizerInfo.cpp | 720 MF.getConstantPool()->getConstantPoolIndex(ConstVal, Alignment)); in legalizeBuildVector()
|
| H A D | X86InstructionSelector.cpp | 1572 unsigned CPI = MF.getConstantPool()->getConstantPoolIndex(CFP, Alignment); in materializeFP()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsConstantIslandPass.cpp | 1644 unsigned index = MCP->getConstantPoolIndex(C, Align(4)); in prescanForConstants()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/ |
| H A D | MIRParser.cpp | 1078 unsigned Index = ConstantPool.getConstantPoolIndex(Value, Alignment); in initializeConstantPool()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ExpandPseudoInsts.cpp | 1405 unsigned CPIdx = MCP->getConstantPoolIndex(BA, Align(8)); in expandMI()
|
| H A D | AArch64FastISel.cpp | 425 unsigned CPI = MCP.getConstantPoolIndex(cast<Constant>(CFP), Alignment); in materializeFP()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCFastISel.cpp | 1985 unsigned Idx = MCP.getConstantPoolIndex(cast<Constant>(CFP), Alignment); in PPCMaterializeFP()
|
| H A D | PPCInstrInfo.cpp | 569 unsigned ConstPoolIdx = MCP->getConstantPoolIndex(NegC, Alignment); in finalizeInsInstrs()
|