/external/llvm/lib/CodeGen/ |
PseudoSourceValue.cpp | 51 const PseudoSourceValue *PseudoSourceValue::getConstantPool() 86 this == getConstantPool() || 95 this == getConstantPool() || 103 this == getConstantPool() ||
|
MachineInstr.cpp | 358 /// getConstantPool - Return a MachinePointerInfo record that refers to the 360 MachinePointerInfo MachinePointerInfo::getConstantPool() { 361 return MachinePointerInfo(PseudoSourceValue::getConstantPool()); [all...] |
MachineLICM.cpp | [all...] |
/dalvik/dx/src/com/android/dx/cf/iface/ |
ClassFile.java | 81 public ConstantPool getConstantPool();
|
/external/llvm/include/llvm/CodeGen/ |
PseudoSourceValue.h | 74 static const PseudoSourceValue *getConstantPool();
|
MachineMemOperand.h | 53 /// getConstantPool - Return a MachinePointerInfo record that refers to the 55 static MachinePointerInfo getConstantPool();
|
MachineFunction.h | 178 /// getConstantPool - Return the constant pool object for the current 181 MachineConstantPool *getConstantPool() { return ConstantPool; } 182 const MachineConstantPool *getConstantPool() const { return ConstantPool; }
|
SelectionDAG.h | 371 SDValue getConstantPool(const Constant *C, EVT VT, 377 return getConstantPool(C, VT, Align, Offset, true, TargetFlags); 379 SDValue getConstantPool(MachineConstantPoolValue *C, EVT VT, 385 return getConstantPool(C, VT, Align, Offset, true, TargetFlags); [all...] |
/external/llvm/lib/Target/ARM/ |
Thumb2RegisterInfo.cpp | 43 MachineConstantPool *ConstantPool = MF.getConstantPool();
|
ARMISelLowering.cpp | [all...] |
Thumb1RegisterInfo.cpp | 72 MachineConstantPool *ConstantPool = MF.getConstantPool();
|
ARMAsmPrinter.cpp | 318 MCP = MF.getConstantPool(); [all...] |
ARMBaseRegisterInfo.cpp | 697 MachineConstantPool *ConstantPool = MF.getConstantPool(); [all...] |
/dalvik/dx/src/com/android/dx/cf/direct/ |
AttributeFactory.java | 83 ConstantPool pool = cf.getConstantPool(); 125 ConstantPool pool = cf.getConstantPool();
|
StdAttributeFactory.java | 218 ConstantPool pool = cf.getConstantPool(); 322 ConstantPool pool = cf.getConstantPool(); 356 ConstantPool pool = cf.getConstantPool(); 413 ConstantPool pool = cf.getConstantPool(); 519 bytes.slice(offset + 2, offset + length), cf.getConstantPool(), 542 bytes.slice(offset + 2, offset + length), cf.getConstantPool(), 683 ConstantPool pool = cf.getConstantPool(); 705 ConstantPool pool = cf.getConstantPool();
|
MemberListParser.java | 178 ConstantPool pool = cf.getConstantPool();
|
AnnotationParser.java | 88 this.pool = cf.getConstantPool();
|
DirectClassFile.java | 276 public ConstantPool getConstantPool() {
|
/external/llvm/lib/Target/XCore/ |
XCoreISelDAGToDAG.cpp | 178 MachinePointerInfo::getConstantPool(), MachineMemOperand::MOLoad, 4, 4);
|
/external/llvm/lib/Target/Mips/ |
MipsCodeEmitter.cpp | 134 MCPEs = &MF.getConstantPool()->getConstants();
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
LegalizeDAG.cpp | 275 SDValue CPIdx = DAG.getConstantPool(LLVMC, TLI.getPointerTy()); 281 CPIdx, MachinePointerInfo::getConstantPool(), 287 MachinePointerInfo::getConstantPool(), false, false, false, [all...] |
InstrEmitter.cpp | 380 MachineConstantPool *MCP = MF->getConstantPool(); [all...] |
/external/llvm/lib/Target/CellSPU/ |
SPUISelDAGToDAG.cpp | 208 SDValue CPIdx = CurDAG->getConstantPool(CP, SPUtli.getPointerTy()); 215 MachinePointerInfo::getConstantPool(), [all...] |
/external/llvm/lib/Target/X86/ |
X86ISelLowering.cpp | [all...] |
/external/llvm/lib/ExecutionEngine/JIT/ |
JITEmitter.cpp | 797 emitConstantPool(F.getConstantPool()); [all...] |