HomeSort by relevance Sort by last modified time
    Searched defs:ConstantPool (Results 1 - 25 of 31) sorted by null

1 2

  /external/llvm/lib/Target/ARM/
Thumb2RegisterInfo.cpp 44 MachineConstantPool *ConstantPool = MF.getConstantPool();
47 unsigned Idx = ConstantPool->getConstantPoolIndex(C, 4);
Thumb1RegisterInfo.cpp 71 MachineConstantPool *ConstantPool = MF.getConstantPool();
74 unsigned Idx = ConstantPool->getConstantPoolIndex(C, 4);
ARMBaseRegisterInfo.cpp 406 MachineConstantPool *ConstantPool = MF.getConstantPool();
409 unsigned Idx = ConstantPool->getConstantPoolIndex(C, 4);
ARMISelLowering.cpp 691 setOperationAction(ISD::ConstantPool, MVT::i32, Custom);
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/rop/cst/
ConstantPool.java 23 public interface ConstantPool {
  /external/dexmaker/src/dx/java/com/android/dx/rop/cst/
ConstantPool.java 23 public interface ConstantPool {
  /external/llvm/include/llvm/MC/
ConstantPools.h 1 //===- ConstantPool.h - Keep track of assembler-generated ------*- C++ -*-===//
10 // This file declares the ConstantPool and AssemblerConstantPools classes.
27 class ConstantPool {
33 ConstantPool() {}
63 typedef MapVector<const MCSection *, ConstantPool> ConstantPoolMapTy;
75 ConstantPool *getConstantPool(const MCSection *Section);
76 ConstantPool &getOrCreateConstantPool(const MCSection *Section);
  /dalvik/dx/src/com/android/dx/rop/cst/
ConstantPool.java 23 public interface ConstantPool {
  /external/llvm/include/llvm/CodeGen/
MachineFunction.h 93 MachineConstantPool *ConstantPool;
192 MachineConstantPool *getConstantPool() { return ConstantPool; }
193 const MachineConstantPool *getConstantPool() const { return ConstantPool; }
StackMaps.h 139 typedef MapVector<int64_t, int64_t> ConstantPool;
158 ConstantPool ConstPool;
ISDOpcodes.h 63 JumpTable, ConstantPool, ExternalSymbol, BlockAddress,
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreInstrInfo.cpp 455 MachineConstantPool *ConstantPool = MBB.getParent()->getConstantPool();
458 unsigned Idx = ConstantPool->getConstantPoolIndex(C, 4);
  /external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp 298 /// ConstantPool - The constant pool for the current function.
300 MachineConstantPool *ConstantPool;
    [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.repository.tools_2.0.1.R36x_v20100823.jar 
org.apache.jasper_5.5.17.v201004212143.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.repository.tools_2.1.0.v20130327-2119.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.repository.tools_2.1.0.v20130327-2119.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-nodeps.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
bcel.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/bcel/2.0.1/
bcel-2.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker/1.0/
dexmaker-1.0.jar 
  /prebuilts/sdk/tools/lib/
dx.jar 
  /prebuilts/misc/common/ecj/
ecj.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.2.2/
ecj-4.2.2.jar 

Completed in 405 milliseconds

1 2