|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
include/llvm/CodeGen/MachineConstantPool.h 142 unsigned getConstantPoolIndex(const Constant *C, unsigned Alignment);
References
lib/CodeGen/MIRParser/MIRParser.cpp 828 unsigned Index = ConstantPool.getConstantPoolIndex(Value, Alignment);
lib/CodeGen/SelectionDAG/InstrEmitter.cpp 428 Idx = MCP->getConstantPoolIndex(CP->getConstVal(), Align);
lib/Target/AArch64/AArch64FastISel.cpp 441 unsigned CPI = MCP.getConstantPoolIndex(cast<Constant>(CFP), Align);
lib/Target/AArch64/AArch64InstructionSelector.cpp 3073 return MCP->getConstantPoolIndex(CPVal, Align);
lib/Target/ARM/ARMBaseRegisterInfo.cpp 467 unsigned Idx = ConstantPool->getConstantPoolIndex(C, 4);
lib/Target/ARM/ARMFastISel.cpp 452 unsigned Idx = MCP.getConstantPoolIndex(cast<Constant>(CFP), Align);
516 unsigned Idx = MCP.getConstantPoolIndex(C, Align);
lib/Target/ARM/ARMISelLowering.cpp 9649 unsigned Idx = ConstantPool->getConstantPoolIndex(C, Align);
9750 unsigned Idx = ConstantPool->getConstantPoolIndex(C, Align);
10152 unsigned Idx = ConstantPool->getConstantPoolIndex(C, Align);
lib/Target/ARM/ARMInstructionSelector.cpp 642 : ConstPool->getConstantPoolIndex(GV, Alignment);
996 ConstPool->getConstantPoolIndex(I.getOperand(1).getFPImm(), Alignment);
lib/Target/ARM/ThumbRegisterInfo.cpp 73 unsigned Idx = ConstantPool->getConstantPoolIndex(C, 4);
92 unsigned Idx = ConstantPool->getConstantPoolIndex(C, 4);
lib/Target/Mips/MipsConstantIslandPass.cpp 1659 unsigned index = MCP->getConstantPoolIndex(C, 4);
lib/Target/PowerPC/PPCFastISel.cpp 2001 unsigned Idx = MCP.getConstantPoolIndex(cast<Constant>(CFP), Align);
lib/Target/X86/X86FastISel.cpp 3788 unsigned CPI = MCP.getConstantPoolIndex(CFP, Align);
lib/Target/X86/X86InstrInfo.cpp 5340 unsigned CPI = MCP.getConstantPoolIndex(C, Alignment);
lib/Target/X86/X86InstructionSelector.cpp 1444 unsigned CPI = MF.getConstantPool()->getConstantPoolIndex(CFP, Align);
lib/Target/XCore/XCoreInstrInfo.cpp 446 unsigned Idx = ConstantPool->getConstantPoolIndex(C, 4);