HomeSort by relevance Sort by last modified time
    Searched refs:getConstantPool (Results 1 - 25 of 49) 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 396 /// getConstantPool - Return a MachinePointerInfo record that refers to the
398 MachinePointerInfo MachinePointerInfo::getConstantPool() {
399 return MachinePointerInfo(PseudoSourceValue::getConstantPool());
    [all...]
  /dalvik/dx/src/com/android/dx/cf/iface/
ClassFile.java 81 public ConstantPool getConstantPool();
  /external/llvm/include/llvm/CodeGen/
PseudoSourceValue.h 73 static const PseudoSourceValue *getConstantPool();
MachineMemOperand.h 53 /// getConstantPool - Return a MachinePointerInfo record that refers to the
55 static MachinePointerInfo getConstantPool();
MachineFunction.h 189 /// getConstantPool - Return the constant pool object for the current
192 MachineConstantPool *getConstantPool() { return ConstantPool; }
193 const MachineConstantPool *getConstantPool() const { return ConstantPool; }
SelectionDAG.h 402 SDValue getConstantPool(const Constant *C, EVT VT,
408 return getConstantPool(C, VT, Align, Offset, true, TargetFlags);
410 SDValue getConstantPool(MachineConstantPoolValue *C, EVT VT,
416 return getConstantPool(C, VT, Align, Offset, true, TargetFlags);
    [all...]
  /external/llvm/lib/Target/ARM/
Thumb2RegisterInfo.cpp 43 MachineConstantPool *ConstantPool = MF.getConstantPool();
ARMInstrInfo.cpp 117 unsigned Idx = MF.getConstantPool()->getConstantPoolIndex(CPV, Align);
ARMBaseRegisterInfo.cpp 393 MachineConstantPool *ConstantPool = MF.getConstantPool();
ARMISelLowering.cpp     [all...]
  /dalvik/dx/src/com/android/dx/cf/direct/
AttributeFactory.java 83 ConstantPool pool = cf.getConstantPool();
125 ConstantPool pool = cf.getConstantPool();
StdAttributeFactory.java 217 ConstantPool pool = cf.getConstantPool();
321 ConstantPool pool = cf.getConstantPool();
355 ConstantPool pool = cf.getConstantPool();
412 ConstantPool pool = cf.getConstantPool();
518 bytes.slice(offset + 2, offset + length), cf.getConstantPool(),
541 bytes.slice(offset + 2, offset + length), cf.getConstantPool(),
682 ConstantPool pool = cf.getConstantPool();
704 ConstantPool pool = cf.getConstantPool();
MemberListParser.java 178 ConstantPool pool = cf.getConstantPool();
AnnotationParser.java 87 this.pool = cf.getConstantPool();
DirectClassFile.java 286 public ConstantPool getConstantPool() {
  /external/llvm/lib/Target/AArch64/
AArch64ISelDAGToDAG.cpp 319 MachinePointerInfo::getConstantPool(), MemType,
335 MachinePointerInfo::getConstantPool(),
  /external/llvm/lib/Target/PowerPC/
PPCFastISel.cpp 131 MachinePointerInfo::getConstantPool(), MachineMemOperand::MOLoad,
  /external/llvm/lib/Target/XCore/
XCoreISelDAGToDAG.cpp 132 MachinePointerInfo::getConstantPool(), MachineMemOperand::MOLoad, 4, 4);
  /dalvik/dx/src/com/android/dx/dex/cf/
CfTranslator.java 142 ConstantPool constantPool = cf.getConstantPool();
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDILISelDAGToDAG.cpp 279 if (PSV && PSV == PseudoSourceValue::getConstantPool()) {
  /external/llvm/lib/Target/Mips/
MipsCodeEmitter.cpp 137 MCPEs = &MF.getConstantPool()->getConstants();
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILISelDAGToDAG.cpp 279 if (PSV && PSV == PseudoSourceValue::getConstantPool()) {
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/bcel/2.0.1/
bcel-2.0.1.jar 
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp 286 SDValue CPIdx = DAG.getConstantPool(LLVMC, TLI.getPointerTy());
292 CPIdx, MachinePointerInfo::getConstantPool(),
298 MachinePointerInfo::getConstantPool(), false, false, false,
    [all...]

Completed in 900 milliseconds

1 2