| /external/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/llvm/lib/Target/ARM/ |
| Thumb2RegisterInfo.cpp | 46 unsigned Idx = ConstantPool->getConstantPoolIndex(C, 4);
|
| ARMJITInfo.cpp | 254 return getConstantPoolEntryAddr(MR->getConstantPoolIndex());
|
| ARMFastISel.cpp | 522 unsigned Idx = MCP.getConstantPoolIndex(cast<Constant>(CFP), Align); 558 unsigned Idx = MCP.getConstantPoolIndex(C, Align); 595 unsigned Idx = MCP.getConstantPoolIndex(CPV, Align); [all...] |
| Thumb1RegisterInfo.cpp | 75 unsigned Idx = ConstantPool->getConstantPoolIndex(C, 4);
|
| ARMBaseRegisterInfo.cpp | 863 unsigned Idx = ConstantPool->getConstantPoolIndex(C, 4); [all...] |
| ARMBaseInstrInfo.cpp | [all...] |
| /external/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/CodeGen/SelectionDAG/ |
| InstrEmitter.cpp | 372 Idx = MCP->getConstantPoolIndex(CP->getMachineCPVal(), Align); 374 Idx = MCP->getConstantPoolIndex(CP->getConstVal(), Align); [all...] |
| /external/llvm/lib/ExecutionEngine/JIT/ |
| JITEmitter.cpp | [all...] |
| /frameworks/compile/libbcc/lib/CodeGen/ |
| CodeEmitter.cpp | [all...] |
| /external/llvm/lib/Target/X86/ |
| X86FastISel.cpp | [all...] |
| X86InstrInfo.cpp | [all...] |