HomeSort by relevance Sort by last modified time
    Searched refs:getConstantPool (Results 1 - 25 of 39) sorted by null

1 2

  /external/llvm/lib/CodeGen/
PseudoSourceValue.cpp 51 const PseudoSourceValue *PseudoSourceValue::getConstantPool()
86 this == getConstantPool() ||
95 this == getConstantPool() ||
103 this == getConstantPool() ||
MachineInstr.cpp 395 /// getConstantPool - Return a MachinePointerInfo record that refers to the
397 MachinePointerInfo MachinePointerInfo::getConstantPool() {
398 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 182 /// getConstantPool - Return the constant pool object for the current
185 MachineConstantPool *getConstantPool() { return ConstantPool; }
186 const MachineConstantPool *getConstantPool() const { return ConstantPool; }
SelectionDAG.h 409 SDValue getConstantPool(const Constant *C, EVT VT,
415 return getConstantPool(C, VT, Align, Offset, true, TargetFlags);
417 SDValue getConstantPool(MachineConstantPoolValue *C, EVT VT,
423 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 73 MachineConstantPool *ConstantPool = MF.getConstantPool();
ARMAsmPrinter.cpp 325 MCP = MF.getConstantPool();
    [all...]
ARMBaseRegisterInfo.cpp 712 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 133 MCPEs = &MF.getConstantPool()->getConstants();
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp 279 SDValue CPIdx = DAG.getConstantPool(LLVMC, TLI.getPointerTy());
285 CPIdx, MachinePointerInfo::getConstantPool(),
291 MachinePointerInfo::getConstantPool(), false, false, false,
    [all...]
InstrEmitter.cpp 403 MachineConstantPool *MCP = MF->getConstantPool();
    [all...]
  /external/llvm/lib/Target/CellSPU/
SPUISelDAGToDAG.cpp 207 SDValue CPIdx = CurDAG->getConstantPool(CP, SPUtli.getPointerTy());
214 MachinePointerInfo::getConstantPool(),
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp 802 emitConstantPool(F.getConstantPool());
    [all...]

Completed in 1167 milliseconds

1 2