Home
last modified time | relevance | path

Searched defs:ConstantPool (Results 1 – 25 of 98) sorted by relevance

1234

/aosp_15_r20/external/apache-commons-bcel/src/main/java/org/apache/bcel/classfile/
H A DConstantPool.java38 public class ConstantPool implements Cloneable, Node { class
46 public ConstantPool(final Constant[] constant_pool) { in ConstantPool() method in ConstantPool
58 public ConstantPool(final DataInput input) throws IOException, ClassFormatException { in ConstantPool() method in ConstantPool
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H A DThumbRegisterInfo.cpp70 MachineConstantPool *ConstantPool = MF.getConstantPool(); in emitThumb1LoadConstPool() local
89 MachineConstantPool *ConstantPool = MF.getConstantPool(); in emitThumb2LoadConstPool() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/
H A DThumbRegisterInfo.cpp70 MachineConstantPool *ConstantPool = MF.getConstantPool(); in emitThumb1LoadConstPool() local
89 MachineConstantPool *ConstantPool = MF.getConstantPool(); in emitThumb2LoadConstPool() local
/aosp_15_r20/external/llvm/lib/Target/ARM/
H A DThumbRegisterInfo.cpp71 MachineConstantPool *ConstantPool = MF.getConstantPool(); in emitThumb1LoadConstPool() local
90 MachineConstantPool *ConstantPool = MF.getConstantPool(); in emitThumb2LoadConstPool() local
/aosp_15_r20/dalvik/dexgen/src/com/android/dexgen/rop/cst/
H A DConstantPool.java23 public interface ConstantPool { interface
/aosp_15_r20/dalvik/dx/src/com/android/dx/rop/cst/
H A DConstantPool.java23 public interface ConstantPool { interface
/aosp_15_r20/external/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp299 auto *ConstantPool = MF.getConstantPool(); in initializeMachineFunction() local
615 MachineConstantPool &ConstantPool, const yaml::MachineFunction &YamlMF) { in initializeConstantPool()
/aosp_15_r20/external/llvm/include/llvm/MC/
H A DConstantPools.h46 ConstantPool() {} in ConstantPool() function
/aosp_15_r20/external/llvm/lib/CodeGen/
H A DMIRPrinter.cpp185 if (const auto *ConstantPool = MF.getConstantPool()) in print() local
388 const MachineConstantPool &ConstantPool) { in convert()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp423 auto *ConstantPool = MF.getConstantPool(); in initializeMachineFunction() local
819 MachineConstantPool &ConstantPool, const yaml::MachineFunction &YamlMF) { in initializeConstantPool()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DMIRPrinter.cpp219 if (const auto *ConstantPool = MF.getConstantPool()) in print() local
502 const MachineConstantPool &ConstantPool) { in convert()
/aosp_15_r20/external/llvm/include/llvm/CodeGen/
H A DPseudoSourceValue.h42 ConstantPool, enumerator
H A DStackMaps.h193 typedef MapVector<uint64_t, uint64_t> ConstantPool; typedef
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/CodeGen/
DPseudoSourceValue.h37 ConstantPool, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGen/
DPseudoSourceValue.h37 ConstantPool, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/CodeGen/
DPseudoSourceValue.h37 ConstantPool, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGen/
DPseudoSourceValue.h37 ConstantPool, enumerator
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DMIRPrinter.cpp232 if (const auto *ConstantPool = MF.getConstantPool()) in print() local
557 const MachineConstantPool &ConstantPool) { in convert()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp492 auto *ConstantPool = MF.getConstantPool(); in initializeMachineFunction() local
924 MachineConstantPool &ConstantPool, const yaml::MachineFunction &YamlMF) { in initializeConstantPool()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DPseudoSourceValue.h42 ConstantPool, enumerator
H A DStackMaps.h240 using ConstantPool = MapVector<uint64_t, uint64_t>; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/
H A DPseudoSourceValue.h41 ConstantPool, enumerator
/aosp_15_r20/external/turbine/java/com/google/turbine/bytecode/
H A DConstantPool.java31 public class ConstantPool { class
/aosp_15_r20/external/llvm/lib/Target/XCore/
H A DXCoreInstrInfo.cpp442 MachineConstantPool *ConstantPool = MBB.getParent()->getConstantPool(); in loadImmediate() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/
H A DXCoreInstrInfo.cpp443 MachineConstantPool *ConstantPool = MBB.getParent()->getConstantPool(); in loadImmediate() local

1234