Home
last modified time | relevance | path

Searched refs:MachineCPVal (Results 1 – 14 of 14) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachineConstantPool.h72 MachineConstantPoolValue *MachineCPVal; member
87 Val.MachineCPVal = V; in MachineConstantPoolEntry()
H A DSelectionDAGNodes.h1868 MachineConstantPoolValue *MachineCPVal;
1889 Val.MachineCPVal = v;
1905 return Val.MachineCPVal;
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZConstantPoolValue.cpp35 static_cast<SystemZConstantPoolValue *>(Constants[I].Val.MachineCPVal); in getExistingMachineCPValue()
/llvm-project-15.0.7/llvm/lib/Target/CSKY/
H A DCSKYConstantPoolValue.h92 static_cast<CSKYConstantPoolValue *>(Constants[i].Val.MachineCPVal); in getExistingMachineCPValueImpl()
H A DCSKYAsmPrinter.cpp116 emitMachineConstantPoolValue(MCPE.Val.MachineCPVal); in emitCustomConstantPool()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineFunction.cpp1389 return Val.MachineCPVal->getSizeInBytes(DL); in getSizeInBytes()
1423 Deleted.insert(C.Val.MachineCPVal); in ~MachineConstantPool()
1424 delete C.Val.MachineCPVal; in ~MachineConstantPool()
1520 Constants[i].Val.MachineCPVal->print(OS); in print()
H A DMIRPrinter.cpp562 Constant.Val.MachineCPVal->print(StrOS); in convert()
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMConstantPoolValue.h85 static_cast<ARMConstantPoolValue*>(Constants[i].Val.MachineCPVal); in getExistingMachineCPValueImpl()
H A DARMConstantPoolValue.cpp197 CP->getConstants()[index].Val.MachineCPVal); in getExistingMachineCPValue()
H A DARMBaseInstrInfo.cpp1768 static_cast<ARMConstantPoolValue*>(MCPE.Val.MachineCPVal); in duplicateCPV()
1892 static_cast<ARMConstantPoolValue*>(MCPE0.Val.MachineCPVal); in produceSameValue()
1894 static_cast<ARMConstantPoolValue*>(MCPE1.Val.MachineCPVal); in produceSameValue()
H A DARMAsmPrinter.cpp1726 emitMachineConstantPoolValue(MCPE.Val.MachineCPVal); in emitInstruction()
/llvm-project-15.0.7/llvm/lib/Target/Mips/
H A DMipsAsmPrinter.cpp228 emitMachineConstantPoolValue(MCPE.Val.MachineCPVal); in emitInstruction()
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2318 emitMachineConstantPoolValue(CPE.Val.MachineCPVal); in emitConstantPool()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp11390 return Val.MachineCPVal->getType(); in getType()