Searched refs:ConstantPool (Results 1 - 25 of 27) sorted by relevance

12

/external/dexmaker/src/dx/java/com/android/dx/rop/cst/
H A DConstantPool.java23 public interface ConstantPool { interface
H A DStdConstantPool.java24 * Standard implementation of {@link ConstantPool}, which directly stores
28 extends MutabilityControl implements ConstantPool {
/external/llvm/lib/Target/ARM/
H A DThumb2RegisterInfo.cpp43 MachineConstantPool *ConstantPool = MF.getConstantPool(); local
46 unsigned Idx = ConstantPool->getConstantPoolIndex(C, 4);
H A DThumb1RegisterInfo.cpp73 MachineConstantPool *ConstantPool = MF.getConstantPool(); local
76 unsigned Idx = ConstantPool->getConstantPoolIndex(C, 4);
H A DARMBaseRegisterInfo.cpp712 MachineConstantPool *ConstantPool = MF.getConstantPool(); local
715 unsigned Idx = ConstantPool->getConstantPoolIndex(C, 4);
H A DARMISelLowering.cpp650 setOperationAction(ISD::ConstantPool, MVT::i32, Custom);
2025 // ConstantPool, JumpTable, GlobalAddress, and ExternalSymbol are lowered as
5213 case ISD::ConstantPool: return LowerConstantPool(Op, DAG);
6062 MachineConstantPool *ConstantPool = MF->getConstantPool(); local
6070 unsigned Idx = ConstantPool->getConstantPoolIndex(C, Align);
6151 MachineConstantPool *ConstantPool = MF->getConstantPool(); local
6159 unsigned Idx = ConstantPool->getConstantPoolIndex(C, Align);
6472 MachineConstantPool *ConstantPool = MF->getConstantPool(); local
6480 unsigned Idx = ConstantPool->getConstantPoolIndex(C, Align);
/external/llvm/include/llvm/CodeGen/
H A DMachineFunction.h92 MachineConstantPool *ConstantPool; member in class:llvm::MachineFunction
185 MachineConstantPool *getConstantPool() { return ConstantPool; }
186 const MachineConstantPool *getConstantPool() const { return ConstantPool; }
H A DISDOpcodes.h63 JumpTable, ConstantPool, ExternalSymbol, BlockAddress, enumerator in enum:llvm::ISD::NodeType
H A DSelectionDAGNodes.h1297 : SDNode(isTarget ? ISD::TargetConstantPool : ISD::ConstantPool,
1305 : SDNode(isTarget ? ISD::TargetConstantPool : ISD::ConstantPool,
1342 return N->getOpcode() == ISD::ConstantPool ||
/external/llvm/lib/CodeGen/
H A DMachineFunction.cpp65 ConstantPool = new (Allocator) MachineConstantPool(TM.getTargetData());
91 ConstantPool->~MachineConstantPool();
92 Allocator.Deallocate(ConstantPool);
315 ConstantPool->print(OS);
/external/llvm/lib/ExecutionEngine/JIT/
H A DJITEmitter.cpp305 /// ConstantPool - The constant pool for the current function.
307 MachineConstantPool *ConstantPool; member in class:__anon8763::JITEmitter
1064 ConstantPool = MCP;
1215 assert(ConstantNum < ConstantPool->getConstants().size() &&
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp102 case ISD::ConstantPool: return "ConstantPool";
H A DSelectionDAG.cpp430 case ISD::ConstantPool:
1177 unsigned Opc = isTarget ? ISD::TargetConstantPool : ISD::ConstantPool;
1204 unsigned Opc = isTarget ? ISD::TargetConstantPool : ISD::ConstantPool;
H A DLegalizeDAG.cpp3503 case ISD::ConstantPool:
/external/llvm/lib/Target/MBlaze/
H A DMBlazeISelLowering.cpp150 setOperationAction(ISD::ConstantPool, MVT::i32, Custom);
201 case ISD::ConstantPool: return LowerConstantPool(Op, DAG);
/external/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp711 setOperationAction(ISD::ConstantPool , MVT::i32, Custom);
1156 case ISD::ConstantPool: return LowerConstantPool(Op, DAG);
/external/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp126 setOperationAction(ISD::ConstantPool, MVT::i32, Custom);
173 case ISD::ConstantPool: return LowerConstantPool(Op, DAG);
/external/llvm/lib/Target/CellSPU/
H A DSPUISelLowering.cpp367 // We want to legalize GlobalAddress and ConstantPool nodes into the
374 setOperationAction(ISD::ConstantPool, VT, Custom);
445 setOperationAction(ISD::ConstantPool, VT, Custom);
2801 case ISD::ConstantPool:
H A DSPUISelDAGToDAG.cpp327 case ISD::ConstantPool:
/external/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp151 setOperationAction(ISD::ConstantPool, MVT::i32, Custom);
178 setOperationAction(ISD::ConstantPool, MVT::i64, Custom);
794 case ISD::ConstantPool: return LowerConstantPool(Op, DAG);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.repository.tools_2.0.1.R36x_v20100823.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp210 // We want to legalize GlobalAddress and ConstantPool nodes into the
215 setOperationAction(ISD::ConstantPool, MVT::i32, Custom);
220 setOperationAction(ISD::ConstantPool, MVT::i64, Custom);
4646 case ISD::ConstantPool: return LowerConstantPool(Op, DAG);
/external/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1470 case ISD::ConstantPool: return LowerConstantPool(Op, DAG);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-nodeps.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp462 setOperationAction(ISD::ConstantPool , MVT::i32 , Custom);
471 setOperationAction(ISD::ConstantPool , MVT::i64 , Custom);
7247 // ConstantPool, JumpTable, GlobalAddress, and ExternalSymbol are lowered as
11281 case ISD::ConstantPool: return LowerConstantPool(Op, DAG);

Completed in 1399 milliseconds

12