/external/dexmaker/src/dx/java/com/android/dx/rop/cst/ |
H A D | ConstantPool.java | 23 public interface ConstantPool { interface
|
/external/llvm/include/llvm/MC/ |
H A D | ConstantPools.h | 1 //===- ConstantPool.h - Keep track of assembler-generated ------*- C++ -*-===// 10 // This file declares the ConstantPool and AssemblerConstantPools classes. 40 class ConstantPool { class in namespace:llvm 46 ConstantPool() {} function in class:llvm::ConstantPool 78 typedef MapVector<MCSection *, ConstantPool> ConstantPoolMapTy; 88 ConstantPool *getConstantPool(MCSection *Section); 89 ConstantPool &getOrCreateConstantPool(MCSection *Section);
|
/external/llvm/include/llvm/CodeGen/ |
H A D | PseudoSourceValue.h | 40 ConstantPool, enumerator in enum:llvm::PseudoSourceValue::PSVKind 64 bool isConstantPool() const { return Kind == ConstantPool; }
|
H A D | StackMaps.h | 194 typedef MapVector<uint64_t, uint64_t> ConstantPool; typedef in class:llvm::StackMaps 213 ConstantPool ConstPool;
|
H A D | MachineFunction.h | 106 MachineConstantPool *ConstantPool; member in class:llvm::MachineFunction 226 MachineConstantPool *getConstantPool() { return ConstantPool; } 227 const MachineConstantPool *getConstantPool() const { return ConstantPool; }
|
H A D | ISDOpcodes.h | 63 JumpTable, ConstantPool, ExternalSymbol, BlockAddress, enumerator in enum:llvm::ISD::NodeType
|
/external/llvm/lib/Target/ARM/ |
H A D | ThumbRegisterInfo.cpp | 71 MachineConstantPool *ConstantPool = MF.getConstantPool(); local 74 unsigned Idx = ConstantPool->getConstantPoolIndex(C, 4); 90 MachineConstantPool *ConstantPool = MF.getConstantPool(); local 93 unsigned Idx = ConstantPool->getConstantPoolIndex(C, 4);
|
H A D | ARMBaseRegisterInfo.cpp | 389 MachineConstantPool *ConstantPool = MF.getConstantPool(); local 392 unsigned Idx = ConstantPool->getConstantPoolIndex(C, 4);
|
H A D | ARMISelLowering.cpp | 816 setOperationAction(ISD::ConstantPool, MVT::i32, Custom); 2477 // ConstantPool, JumpTable, GlobalAddress, and ExternalSymbol are lowered as 6824 case ISD::ConstantPool: return LowerConstantPool(Op, DAG); 7228 MachineConstantPool *ConstantPool = MF->getConstantPool(); local 7236 unsigned Idx = ConstantPool->getConstantPoolIndex(C, Align); 7317 MachineConstantPool *ConstantPool = MF->getConstantPool(); local 7325 unsigned Idx = ConstantPool->getConstantPoolIndex(C, Align); 7694 MachineConstantPool *ConstantPool = MF->getConstantPool(); local 7702 unsigned Idx = ConstantPool->getConstantPoolIndex(C, Align);
|
/external/llvm/lib/Target/XCore/ |
H A D | XCoreInstrInfo.cpp | 446 MachineConstantPool *ConstantPool = MBB.getParent()->getConstantPool(); local 449 unsigned Idx = ConstantPool->getConstantPoolIndex(C, 4);
|
/external/llvm/lib/CodeGen/MIRParser/ |
H A D | MIRParser.cpp | 122 bool initializeConstantPool(MachineConstantPool &ConstantPool, 292 auto *ConstantPool = MF.getConstantPool(); local 293 assert(ConstantPool && "Constant pool must be created"); 294 if (initializeConstantPool(*ConstantPool, YamlMF, MF, 587 MachineConstantPool &ConstantPool, const yaml::MachineFunction &YamlMF, 601 unsigned Index = ConstantPool.getConstantPoolIndex(Value, Alignment); 586 initializeConstantPool( MachineConstantPool &ConstantPool, const yaml::MachineFunction &YamlMF, const MachineFunction &MF, DenseMap<unsigned, unsigned> &ConstantPoolSlots) argument
|
/external/llvm/lib/CodeGen/ |
H A D | MIRPrinter.cpp | 84 const MachineConstantPool &ConstantPool); 179 if (const auto *ConstantPool = MF.getConstantPool()) 180 convert(YamlMF, *ConstantPool); 375 const MachineConstantPool &ConstantPool) { 377 for (const MachineConstantPoolEntry &Constant : ConstantPool.getConstants()) { 877 case PseudoSourceValue::ConstantPool: 374 convert(yaml::MachineFunction &MF, const MachineConstantPool &ConstantPool) argument
|
/external/llvm/lib/Transforms/Utils/ |
H A D | SimplifyCFG.cpp | 3824 /// its constant value in ConstantPool, returning 0 if it's not there. 3826 const SmallDenseMap<Value*, Constant*>& ConstantPool) { 3829 return ConstantPool.lookup(V); 3834 /// constant or can be replaced by constants from the ConstantPool. Returns the 3838 const SmallDenseMap<Value *, Constant *> &ConstantPool) { 3840 Constant *A = LookupConstant(Select->getCondition(), ConstantPool); 3844 return LookupConstant(Select->getTrueValue(), ConstantPool); 3846 return LookupConstant(Select->getFalseValue(), ConstantPool); 3852 if (Constant *A = LookupConstant(I->getOperand(N), ConstantPool)) 3880 SmallDenseMap<Value*, Constant*> ConstantPool; local 3825 LookupConstant(Value *V, const SmallDenseMap<Value*, Constant*>& ConstantPool) argument 3837 ConstantFold(Instruction *I, const DataLayout &DL, const SmallDenseMap<Value *, Constant *> &ConstantPool) argument [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
H A D | org.eclipse.equinox.p2.repository.tools_2.0.1.R36x_v20100823.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |
H A D | org.apache.jasper_5.5.17.v201004212143.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |
H A D | org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/ |
H A D | ant-nodeps.jar | META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ... |
/external/owasp/sanitizer/tools/findbugs/lib/ |
H A D | bcel.jar | META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ... |
H A D | ant.jar | META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ... |
/external/jarjar/lib/ |
H A D | apache-ant-1.9.4.jar | META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ... |
/external/guice/extensions/struts2/lib/ |
H A D | core-3.1.1.jar | META-INF/ org/ org/eclipse/ org/eclipse/jdt/ org/eclipse/jdt/core/ org/eclipse/jdt/core/compiler/ org/ ... |
/external/icu/tools/srcgen/currysrc/libs/ |
H A D | org.eclipse.jdt.core_3.11.0.v20150602-1242.jar | META-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ... |
/external/dagger2/lib/ |
H A D | google-java-format-0.1-20151017.042846-2.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ... |