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 DARMBaseRegisterInfo.cpp372 MachineConstantPool *ConstantPool = MF.getConstantPool(); local
375 unsigned Idx = ConstantPool->getConstantPoolIndex(C, 4);
H A DThumb1RegisterInfo.cpp73 MachineConstantPool *ConstantPool = MF.getConstantPool(); local
76 unsigned Idx = ConstantPool->getConstantPoolIndex(C, 4);
H A DARMISelLowering.cpp690 setOperationAction(ISD::ConstantPool, MVT::i32, Custom);
2100 // ConstantPool, JumpTable, GlobalAddress, and ExternalSymbol are lowered as
5557 case ISD::ConstantPool: return LowerConstantPool(Op, DAG);
6464 MachineConstantPool *ConstantPool = MF->getConstantPool(); local
6472 unsigned Idx = ConstantPool->getConstantPoolIndex(C, Align);
6556 MachineConstantPool *ConstantPool = MF->getConstantPool(); local
6564 unsigned Idx = ConstantPool->getConstantPoolIndex(C, Align);
6885 MachineConstantPool *ConstantPool = MF->getConstantPool(); local
6893 unsigned Idx = ConstantPool->getConstantPoolIndex(C, Align);
/external/llvm/include/llvm/CodeGen/
H A DMachineFunction.h93 MachineConstantPool *ConstantPool; member in class:llvm::MachineFunction
192 MachineConstantPool *getConstantPool() { return ConstantPool; }
193 const MachineConstantPool *getConstantPool() const { return ConstantPool; }
H A DISDOpcodes.h63 JumpTable, ConstantPool, ExternalSymbol, BlockAddress, enumerator in enum:llvm::ISD::NodeType
H A DSelectionDAGNodes.h1298 : SDNode(isTarget ? ISD::TargetConstantPool : ISD::ConstantPool,
1306 : SDNode(isTarget ? ISD::TargetConstantPool : ISD::ConstantPool,
1342 return N->getOpcode() == ISD::ConstantPool ||
/external/llvm/lib/CodeGen/
H A DMachineFunction.cpp67 ConstantPool = new (Allocator) MachineConstantPool(TM.getDataLayout());
101 ConstantPool->~MachineConstantPool();
102 Allocator.Deallocate(ConstantPool);
333 ConstantPool->print(OS);
/external/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp3245 /// its constant value in ConstantPool, returning 0 if it's not there.
3247 const SmallDenseMap<Value*, Constant*>& ConstantPool) {
3250 return ConstantPool.lookup(V);
3255 /// constant or can be replaced by constants from the ConstantPool. Returns the
3258 const SmallDenseMap<Value*, Constant*>& ConstantPool) {
3260 Constant *A = LookupConstant(BO->getOperand(0), ConstantPool);
3263 Constant *B = LookupConstant(BO->getOperand(1), ConstantPool);
3270 Constant *A = LookupConstant(I->getOperand(0), ConstantPool);
3273 Constant *B = LookupConstant(I->getOperand(1), ConstantPool);
3280 Constant *A = LookupConstant(Select->getCondition(), ConstantPool);
3246 LookupConstant(Value *V, const SmallDenseMap<Value*, Constant*>& ConstantPool) argument
3257 ConstantFold(Instruction *I, const SmallDenseMap<Value*, Constant*>& ConstantPool) argument
3314 SmallDenseMap<Value*, Constant*> ConstantPool; local
[all...]
/external/llvm/lib/ExecutionEngine/JIT/
H A DJITEmitter.cpp305 /// ConstantPool - The constant pool for the current function.
307 MachineConstantPool *ConstantPool; member in class:__anon9568::JITEmitter
1069 ConstantPool = MCP;
1220 assert(ConstantNum < ConstantPool->getConstants().size() &&
/external/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp338 case ISD::ConstantPool: {
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp102 case ISD::ConstantPool: return "ConstantPool";
H A DSelectionDAG.cpp413 case ISD::ConstantPool:
1165 unsigned Opc = isTarget ? ISD::TargetConstantPool : ISD::ConstantPool;
1192 unsigned Opc = isTarget ? ISD::TargetConstantPool : ISD::ConstantPool;
H A DLegalizeDAG.cpp3719 case ISD::ConstantPool:
/external/llvm/lib/Target/MBlaze/
H A DMBlazeISelLowering.cpp151 setOperationAction(ISD::ConstantPool, MVT::i32, Custom);
203 case ISD::ConstantPool: return LowerConstantPool(Op, DAG);
/external/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp708 setOperationAction(ISD::ConstantPool , MVT::i32, Custom);
1152 case ISD::ConstantPool: return LowerConstantPool(Op, DAG);
/external/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp127 setOperationAction(ISD::ConstantPool, MVT::i32, Custom);
177 case ISD::ConstantPool: return LowerConstantPool(Op, DAG);
/external/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp231 setOperationAction(ISD::ConstantPool, MVT::i32, Custom);
254 setOperationAction(ISD::ConstantPool, MVT::i64, Custom);
900 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/Hexagon/
H A DHexagonISelLowering.cpp1524 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/PowerPC/
H A DPPCISelLowering.cpp215 // We want to legalize GlobalAddress and ConstantPool nodes into the
220 setOperationAction(ISD::ConstantPool, MVT::i32, Custom);
225 setOperationAction(ISD::ConstantPool, MVT::i64, Custom);
5545 case ISD::ConstantPool: return LowerConstantPool(Op, DAG);
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp483 setOperationAction(ISD::ConstantPool , MVT::i32 , Custom);
492 setOperationAction(ISD::ConstantPool , MVT::i64 , Custom);
7419 // ConstantPool, JumpTable, GlobalAddress, and ExternalSymbol are lowered as
12115 case ISD::ConstantPool: return LowerConstantPool(Op, DAG);

Completed in 613 milliseconds

12