Searched refs:MachineConstantPoolValue (Results 1 – 18 of 18) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | MachineConstantPool.h | 34 class MachineConstantPoolValue { 40 explicit MachineConstantPoolValue(Type *ty) : Ty(ty) {} in MachineConstantPoolValue() function 41 virtual ~MachineConstantPoolValue() = default; 57 const MachineConstantPoolValue &V) { 71 MachineConstantPoolValue *MachineCPVal; 83 MachineConstantPoolEntry(MachineConstantPoolValue *V, unsigned A) in MachineConstantPoolEntry() 124 DenseSet<MachineConstantPoolValue*> MachineCPVsSharingEntries; 143 unsigned getConstantPoolIndex(MachineConstantPoolValue *V,
|
D | MIRYamlMapping.h | 411 struct MachineConstantPoolValue { 417 bool operator==(const MachineConstantPoolValue &Other) const { 424 template <> struct MappingTraits<MachineConstantPoolValue> { 425 static void mapping(IO &YamlIO, MachineConstantPoolValue &Constant) { 466 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::yaml::MachineConstantPoolValue) 592 std::vector<MachineConstantPoolValue> Constants; /// Constant pool. 624 std::vector<MachineConstantPoolValue>());
|
D | AsmPrinter.h | 52 class MachineConstantPoolValue; variable 438 virtual void EmitMachineConstantPoolValue(MachineConstantPoolValue *MCPV);
|
D | SelectionDAGNodes.h | 63 class MachineConstantPoolValue; variable 1816 MachineConstantPoolValue *MachineCPVal; 1831 ConstantPoolSDNode(bool isTarget, MachineConstantPoolValue *v, 1851 MachineConstantPoolValue *getMachineCPVal() const {
|
D | SelectionDAG.h | 72 class MachineConstantPoolValue; variable 670 SDValue getConstantPool(MachineConstantPoolValue *C, EVT VT, 673 SDValue getTargetConstantPool(MachineConstantPoolValue *C, EVT VT,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZConstantPoolValue.h | 32 class SystemZConstantPoolValue : public MachineConstantPoolValue {
|
D | SystemZConstantPoolValue.cpp | 20 : MachineConstantPoolValue(gv->getType()), GV(gv), Modifier(modifier) {} in SystemZConstantPoolValue()
|
D | SystemZAsmPrinter.h | 36 void EmitMachineConstantPoolValue(MachineConstantPoolValue *MCPV) override;
|
D | SystemZAsmPrinter.cpp | 689 EmitMachineConstantPoolValue(MachineConstantPoolValue *MCPV) { in EmitMachineConstantPoolValue()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMConstantPoolValue.cpp | 38 : MachineConstantPoolValue(Ty), LabelId(id), Kind(kind), in ARMConstantPoolValue() 47 : MachineConstantPoolValue((Type*)Type::getInt32Ty(C)), in ARMConstantPoolValue()
|
D | ARMAsmPrinter.h | 153 void EmitMachineConstantPoolValue(MachineConstantPoolValue *MCPV) override;
|
D | ARMConstantPoolValue.h | 61 class ARMConstantPoolValue : public MachineConstantPoolValue {
|
D | ARMExpandPseudoInsts.cpp | 1417 MachineConstantPoolValue *CPV = in ExpandMI() 1491 MachineConstantPoolValue *CPV; in ExpandMI()
|
D | ARMAsmPrinter.cpp | 859 EmitMachineConstantPoolValue(MachineConstantPoolValue *MCPV) { in EmitMachineConstantPoolValue()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | MachineFunction.cpp | 1003 void MachineConstantPoolValue::anchor() {} in anchor() 1038 DenseSet<MachineConstantPoolValue*> Deleted; in ~MachineConstantPool() 1044 for (DenseSet<MachineConstantPoolValue*>::iterator I = in ~MachineConstantPool() 1117 unsigned MachineConstantPool::getConstantPoolIndex(MachineConstantPoolValue *V, in getConstantPoolIndex()
|
D | MIRPrinter.cpp | 513 yaml::MachineConstantPoolValue YamlConstant; in convert()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinter.cpp | 2809 void AsmPrinter::EmitMachineConstantPoolValue(MachineConstantPoolValue *MCPV) { in EmitMachineConstantPoolValue()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 1489 SDValue SelectionDAG::getConstantPool(MachineConstantPoolValue *C, EVT VT, in getConstantPool()
|