| /freebsd-13.1/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-13.1/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ThumbRegisterInfo.cpp | 73 unsigned Idx = ConstantPool->getConstantPoolIndex(C, Align(4)); in emitThumb1LoadConstPool() 92 unsigned Idx = ConstantPool->getConstantPoolIndex(C, Align(4)); in emitThumb2LoadConstPool()
|
| H A D | ARMInstructionSelector.cpp | 641 ? ConstPool->getConstantPoolIndex( in selectGlobal() 643 : ConstPool->getConstantPoolIndex(GV, Alignment); in selectGlobal() 998 ConstPool->getConstantPoolIndex(I.getOperand(1).getFPImm(), Alignment); in select()
|
| H A D | ARMFastISel.cpp | 442 unsigned Idx = MCP.getConstantPoolIndex(cast<Constant>(CFP), Alignment); in ARMMaterializeFP() 502 unsigned Idx = MCP.getConstantPoolIndex(C, Alignment); in ARMMaterializeInt() 570 unsigned Idx = MCP.getConstantPoolIndex(CPV, Alignment); in ARMMaterializeGV() 2962 unsigned Idx = MF->getConstantPool()->getConstantPoolIndex(CPV, ConstAlign); in ARMLowerPICELF()
|
| H A D | ARMBaseRegisterInfo.cpp | 492 unsigned Idx = ConstantPool->getConstantPoolIndex(C, Align(4)); in emitLoadConstPool()
|
| H A D | ARMExpandPseudoInsts.cpp | 2386 .addConstantPoolIndex(MCP->getConstantPoolIndex(CPV, Align(4))); in ExpandMI() 2473 .addConstantPoolIndex(MCP->getConstantPoolIndex(CPV, Align(4))); in ExpandMI()
|
| H A D | ARMFrameLowering.cpp | 2605 unsigned CPI = MCP->getConstantPoolIndex(NewCPV, Align(4)); in adjustForSegmentedStacks()
|
| H A D | ARMISelLowering.cpp | 10361 unsigned CPI = MCP->getConstantPoolIndex(CPV, Align(4)); in SetupEntryBlockForSjLj() 10651 unsigned Idx = ConstantPool->getConstantPoolIndex(C, Alignment); in EmitSjLjDispatchBlock() 10751 unsigned Idx = ConstantPool->getConstantPoolIndex(C, Alignment); in EmitSjLjDispatchBlock() 11151 unsigned Idx = ConstantPool->getConstantPoolIndex(C, Alignment); in EmitStructByval()
|
| H A D | ARMBaseInstrInfo.cpp | 1764 CPI = MCP->getConstantPoolIndex(NewCPV, MCPE.getAlign()); in duplicateCPV()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/XCore/ |
| H A D | XCoreInstrInfo.cpp | 446 unsigned Idx = ConstantPool->getConstantPoolIndex(C, Align(4)); in loadImmediate()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | InstrEmitter.cpp | 424 Idx = MCP->getConstantPoolIndex(CP->getMachineCPVal(), Alignment); in AddOperand() 426 Idx = MCP->getConstantPoolIndex(CP->getConstVal(), Alignment); in AddOperand()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MachineFunction.cpp | 1439 unsigned MachineConstantPool::getConstantPoolIndex(const Constant *C, in getConstantPoolIndex() function in MachineConstantPool 1458 unsigned MachineConstantPool::getConstantPoolIndex(MachineConstantPoolValue *V, in getConstantPoolIndex() function in MachineConstantPool
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/ |
| H A D | MIRParser.cpp | 893 unsigned Index = ConstantPool.getConstantPoolIndex(Value, Alignment); in initializeConstantPool()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsConstantIslandPass.cpp | 1653 unsigned index = MCP->getConstantPoolIndex(C, Align(4)); in prescanForConstants()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ExpandPseudoInsts.cpp | 1028 unsigned CPIdx = MCP->getConstantPoolIndex(BA, Align(8)); in expandMI()
|
| H A D | AArch64FastISel.cpp | 429 unsigned CPI = MCP.getConstantPoolIndex(cast<Constant>(CFP), Alignment); in materializeFP()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86InstructionSelector.cpp | 1401 unsigned CPI = MF.getConstantPool()->getConstantPoolIndex(CFP, Alignment); in materializeFP()
|
| H A D | X86FastISel.cpp | 3771 unsigned CPI = MCP.getConstantPoolIndex(CFP, Alignment); in X86MaterializeFP()
|
| H A D | X86InstrInfo.cpp | 6196 unsigned CPI = MCP.getConstantPoolIndex(C, Alignment); in foldMemoryOperandImpl()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCFastISel.cpp | 2006 unsigned Idx = MCP.getConstantPoolIndex(cast<Constant>(CFP), Alignment); in PPCMaterializeFP()
|
| H A D | PPCInstrInfo.cpp | 588 unsigned ConstPoolIdx = MCP->getConstantPoolIndex(NegC, Alignment); in finalizeInsInstrs()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
| H A D | AArch64InstructionSelector.cpp | 4138 return MCP->getConstantPoolIndex(CPVal, Alignment); in emitConstantPoolEntry()
|