/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
MachineConstantPool.h | 149 /// getConstantPoolIndex - Create a new entry in the constant pool or return 152 unsigned getConstantPoolIndex(const Constant *C, unsigned Alignment); 153 unsigned getConstantPoolIndex(MachineConstantPoolValue *V,unsigned Alignment);
|
MachineRelocation.h | 298 /// getConstantPoolIndex - If this is a const pool reference, return 300 unsigned getConstantPoolIndex() const {
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
Thumb2RegisterInfo.cpp | 46 unsigned Idx = ConstantPool->getConstantPoolIndex(C, 4);
|
ARMJITInfo.cpp | 252 return getConstantPoolEntryAddr(MR->getConstantPoolIndex());
|
ARMFastISel.cpp | 530 unsigned Idx = MCP.getConstantPoolIndex(cast<Constant>(CFP), Align); 566 unsigned Idx = MCP.getConstantPoolIndex(C, Align); 604 unsigned Idx = MCP.getConstantPoolIndex(CPV, Align); [all...] |
Thumb1RegisterInfo.cpp | 75 unsigned Idx = ConstantPool->getConstantPoolIndex(C, 4);
|
ARMBaseRegisterInfo.cpp | 809 unsigned Idx = ConstantPool->getConstantPoolIndex(C, 4); [all...] |
/external/llvm/include/llvm/CodeGen/ |
MachineConstantPool.h | 140 /// getConstantPoolIndex - Create a new entry in the constant pool or return 143 unsigned getConstantPoolIndex(const Constant *C, unsigned Alignment); 144 unsigned getConstantPoolIndex(MachineConstantPoolValue *V,
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
ELFCodeEmitter.cpp | 115 Addr = getConstantPoolEntryAddress(MR.getConstantPoolIndex()); 116 MR.setConstantVal(CPSections[MR.getConstantPoolIndex()]);
|
MachineFunction.cpp | 687 /// getConstantPoolIndex - Create a new entry in the constant pool or return 691 unsigned MachineConstantPool::getConstantPoolIndex(const Constant *C, 711 unsigned MachineConstantPool::getConstantPoolIndex(MachineConstantPoolValue *V,
|
/external/llvm/lib/Target/ARM/ |
ThumbRegisterInfo.cpp | 74 unsigned Idx = ConstantPool->getConstantPoolIndex(C, 4); 93 unsigned Idx = ConstantPool->getConstantPoolIndex(C, 4);
|
ARMBaseRegisterInfo.cpp | 420 unsigned Idx = ConstantPool->getConstantPoolIndex(C, 4);
|
ARMFastISel.cpp | 459 unsigned Idx = MCP.getConstantPoolIndex(cast<Constant>(CFP), Align); 524 unsigned Idx = MCP.getConstantPoolIndex(C, Align); 592 unsigned Idx = MCP.getConstantPoolIndex(CPV, Align); [all...] |
ARMExpandPseudoInsts.cpp | [all...] |
ARMFrameLowering.cpp | [all...] |
ARMISelLowering.cpp | [all...] |
/external/llvm/lib/Target/XCore/ |
XCoreInstrInfo.cpp | 445 unsigned Idx = ConstantPool->getConstantPoolIndex(C, 4);
|
/external/llvm/lib/CodeGen/ |
MachineFunction.cpp | [all...] |
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
InstrEmitter.cpp | 380 Idx = MCP->getConstantPoolIndex(CP->getMachineCPVal(), Align); 382 Idx = MCP->getConstantPoolIndex(CP->getConstVal(), Align); [all...] |
/external/llvm/lib/CodeGen/SelectionDAG/ |
InstrEmitter.cpp | 421 Idx = MCP->getConstantPoolIndex(CP->getMachineCPVal(), Align); 423 Idx = MCP->getConstantPoolIndex(CP->getConstVal(), Align); [all...] |
/external/llvm/lib/CodeGen/MIRParser/ |
MIRParser.cpp | 629 unsigned Index = ConstantPool.getConstantPoolIndex(Value, Alignment);
|
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/ |
JITEmitter.cpp | [all...] |
/external/llvm/lib/Target/Mips/ |
MipsConstantIslandPass.cpp | [all...] |
/external/llvm/lib/Target/PowerPC/ |
PPCFastISel.cpp | [all...] |
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
X86FastISel.cpp | [all...] |