Home
last modified time | relevance | path

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

12

/external/apache-commons-bcel/src/main/java/org/apache/bcel/classfile/
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
/external/llvm/include/llvm/MC/
DConstantPools.h46 ConstantPool() {} in ConstantPool() function
/external/llvm/include/llvm/CodeGen/
DPseudoSourceValue.h42 ConstantPool, enumerator
DStackMaps.h193 typedef MapVector<uint64_t, uint64_t> ConstantPool; typedef
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DPseudoSourceValue.h42 ConstantPool, enumerator
DStackMaps.h240 using ConstantPool = MapVector<uint64_t, uint64_t>; variable
/external/llvm-project/llvm/include/llvm/CodeGen/
DPseudoSourceValue.h41 ConstantPool, enumerator
DStackMaps.h293 using ConstantPool = MapVector<uint64_t, uint64_t>; variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DThumbRegisterInfo.cpp70 MachineConstantPool *ConstantPool = MF.getConstantPool(); in emitThumb1LoadConstPool() local
89 MachineConstantPool *ConstantPool = MF.getConstantPool(); in emitThumb2LoadConstPool() local
DARMBaseRegisterInfo.cpp464 MachineConstantPool *ConstantPool = MF.getConstantPool(); in emitLoadConstPool() local
/external/llvm-project/llvm/lib/Target/ARM/
DThumbRegisterInfo.cpp70 MachineConstantPool *ConstantPool = MF.getConstantPool(); in emitThumb1LoadConstPool() local
89 MachineConstantPool *ConstantPool = MF.getConstantPool(); in emitThumb2LoadConstPool() local
DARMBaseRegisterInfo.cpp483 MachineConstantPool *ConstantPool = MF.getConstantPool(); in emitLoadConstPool() local
/external/llvm/lib/Target/ARM/
DThumbRegisterInfo.cpp71 MachineConstantPool *ConstantPool = MF.getConstantPool(); in emitThumb1LoadConstPool() local
90 MachineConstantPool *ConstantPool = MF.getConstantPool(); in emitThumb2LoadConstPool() local
DARMBaseRegisterInfo.cpp417 MachineConstantPool *ConstantPool = MF.getConstantPool(); in emitLoadConstPool() local
/external/turbine/java/com/google/turbine/bytecode/
DConstantPool.java31 public class ConstantPool { class
/external/llvm/lib/CodeGen/MIRParser/
DMIRParser.cpp299 auto *ConstantPool = MF.getConstantPool(); in initializeMachineFunction() local
615 MachineConstantPool &ConstantPool, const yaml::MachineFunction &YamlMF) { in initializeConstantPool()
/external/llvm/lib/CodeGen/
DMIRPrinter.cpp185 if (const auto *ConstantPool = MF.getConstantPool()) in print() local
388 const MachineConstantPool &ConstantPool) { in convert()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/
DMIRParser.cpp423 auto *ConstantPool = MF.getConstantPool(); in initializeMachineFunction() local
819 MachineConstantPool &ConstantPool, const yaml::MachineFunction &YamlMF) { in initializeConstantPool()
/external/llvm/lib/Target/XCore/
DXCoreInstrInfo.cpp442 MachineConstantPool *ConstantPool = MBB.getParent()->getConstantPool(); in loadImmediate() local
/external/llvm-project/llvm/lib/CodeGen/MIRParser/
DMIRParser.cpp454 auto *ConstantPool = MF.getConstantPool(); in initializeMachineFunction() local
865 MachineConstantPool &ConstantPool, const yaml::MachineFunction &YamlMF) { in initializeConstantPool()
/external/llvm-project/llvm/lib/CodeGen/
DMIRPrinter.cpp227 if (const auto *ConstantPool = MF.getConstantPool()) in print() local
528 const MachineConstantPool &ConstantPool) { in convert()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMIRPrinter.cpp219 if (const auto *ConstantPool = MF.getConstantPool()) in print() local
502 const MachineConstantPool &ConstantPool) { in convert()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/
DXCoreInstrInfo.cpp443 MachineConstantPool *ConstantPool = MBB.getParent()->getConstantPool(); in loadImmediate() local
/external/llvm-project/llvm/lib/Target/XCore/
DXCoreInstrInfo.cpp443 MachineConstantPool *ConstantPool = MBB.getParent()->getConstantPool(); in loadImmediate() local
/external/swiftshader/third_party/subzero/src/
DIceGlobalContext.h44 class ConstantPool; variable

12