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

  /external/llvm/lib/Target/ARM/
Thumb2RegisterInfo.cpp 43 MachineConstantPool *ConstantPool = MF.getConstantPool();
46 unsigned Idx = ConstantPool->getConstantPoolIndex(C, 4);
Thumb1RegisterInfo.cpp 72 MachineConstantPool *ConstantPool = MF.getConstantPool();
75 unsigned Idx = ConstantPool->getConstantPoolIndex(C, 4);
ARMBaseRegisterInfo.cpp 790 MachineConstantPool *ConstantPool = MF.getConstantPool();
793 unsigned Idx = ConstantPool->getConstantPoolIndex(C, 4);
    [all...]
ARMISelLowering.cpp 597 setOperationAction(ISD::ConstantPool, MVT::i32, Custom);
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/rop/cst/
ConstantPool.java 23 public interface ConstantPool {
  /dalvik/dx/src/com/android/dx/rop/cst/
ConstantPool.java 23 public interface ConstantPool {
  /external/llvm/include/llvm/CodeGen/
MachineFunction.h 92 MachineConstantPool *ConstantPool;
179 MachineConstantPool *getConstantPool() { return ConstantPool; }
180 const MachineConstantPool *getConstantPool() const { return ConstantPool; }
ISDOpcodes.h 63 JumpTable, ConstantPool, ExternalSymbol, BlockAddress,
    [all...]
  /external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp 301 /// ConstantPool - The constant pool for the current function.
303 MachineConstantPool *ConstantPool;
    [all...]
  /prebuilt/sdk/tools/lib/
dx.jar 
  /prebuilt/common/ecj/
ecj.jar 

Completed in 100 milliseconds