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

1 2 3

  /external/llvm/lib/CodeGen/
PseudoSourceValue.cpp 51 const PseudoSourceValue *PseudoSourceValue::getConstantPool()
82 this == getConstantPool() ||
91 this == getConstantPool() ||
99 this == getConstantPool() ||
  /dalvik/dx/src/com/android/dx/cf/iface/
ClassFile.java 81 public ConstantPool getConstantPool();
  /external/llvm/include/llvm/CodeGen/
PseudoSourceValue.h 76 static const PseudoSourceValue *getConstantPool();
MachineMemOperand.h 61 /// getConstantPool - Return a MachinePointerInfo record that refers to the
63 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 447 SDValue getConstantPool(const Constant *C, EVT VT,
453 return getConstantPool(C, VT, Align, Offset, true, TargetFlags);
455 SDValue getConstantPool(MachineConstantPoolValue *C, EVT VT,
461 return getConstantPool(C, VT, Align, Offset, true, TargetFlags);
    [all...]
  /external/llvm/include/llvm/MC/
ConstantPools.h 75 ConstantPool *getConstantPool(const MCSection *Section);
  /external/llvm/lib/Target/ARM/
Thumb2RegisterInfo.cpp 44 MachineConstantPool *ConstantPool = MF.getConstantPool();
ARMInstrInfo.cpp 118 unsigned Idx = MF.getConstantPool()->getConstantPoolIndex(CPV, Align);
ARMBaseRegisterInfo.cpp 406 MachineConstantPool *ConstantPool = MF.getConstantPool();
  /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/MC/
ConstantPools.cpp 51 AssemblerConstantPools::getConstantPool(const MCSection *Section) {
86 if (ConstantPool *CP = getConstantPool(Section)) {
  /dalvik/dx/src/com/android/multidex/
ClassReferenceListBuilder.java 87 addDependencies(classFile.getConstantPool());
  /external/llvm/lib/Target/Sparc/
SparcCodeEmitter.cpp 107 MCPEs = &MF.getConstantPool()->getConstants();
  /external/llvm/lib/Target/XCore/
XCoreISelDAGToDAG.cpp 157 MachinePointerInfo::getConstantPool(), MachineMemOperand::MOLoad, 4, 4);
XCoreInstrInfo.cpp 455 MachineConstantPool *ConstantPool = MBB.getParent()->getConstantPool();
  /dalvik/dx/src/com/android/dx/dex/cf/
CfTranslator.java 140 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 149 MCPEs = &MF.getConstantPool()->getConstants();
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILISelDAGToDAG.cpp 279 if (PSV && PSV == PseudoSourceValue::getConstantPool()) {
  /external/owasp/sanitizer/tools/findbugs/lib/
bcel.jar 

Completed in 544 milliseconds

1 2 3