Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineConstantPool.h72 MachineConstantPoolValue *MachineCPVal; member
87 Val.MachineCPVal = V; in MachineConstantPoolEntry()
H A DSelectionDAGNodes.h1927 MachineConstantPoolValue *MachineCPVal;
1948 Val.MachineCPVal = v;
1964 return Val.MachineCPVal;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZConstantPoolValue.cpp35 static_cast<SystemZConstantPoolValue *>(Constants[I].Val.MachineCPVal); in getExistingMachineCPValue()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunction.cpp1370 return Val.MachineCPVal->getSizeInBytes(DL); in getSizeInBytes()
1404 Deleted.insert(C.Val.MachineCPVal); in ~MachineConstantPool()
1405 delete C.Val.MachineCPVal; in ~MachineConstantPool()
1510 Constants[i].Val.MachineCPVal->print(OS); in print()
H A DMIRPrinter.cpp581 Constant.Val.MachineCPVal->print(StrOS); in convert()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYConstantPoolValue.h94 static_cast<CSKYConstantPoolValue *>(Constants[i].Val.MachineCPVal); in getExistingMachineCPValueImpl()
H A DCSKYAsmPrinter.cpp116 emitMachineConstantPoolValue(MCPE.Val.MachineCPVal); in emitCustomConstantPool()
/freebsd-14.2/contrib/llvm-project/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 DARMAsmPrinter.cpp1816 emitMachineConstantPoolValue(MCPE.Val.MachineCPVal); in emitInstruction()
H A DARMBaseInstrInfo.cpp1773 static_cast<ARMConstantPoolValue*>(MCPE.Val.MachineCPVal); in duplicateCPV()
1897 static_cast<ARMConstantPoolValue*>(MCPE0.Val.MachineCPVal); in produceSameValue()
1899 static_cast<ARMConstantPoolValue*>(MCPE1.Val.MachineCPVal); in produceSameValue()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsAsmPrinter.cpp228 emitMachineConstantPoolValue(MCPE.Val.MachineCPVal); in emitInstruction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2679 emitMachineConstantPoolValue(CPE.Val.MachineCPVal); in emitConstantPool()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp12391 return Val.MachineCPVal->getType(); in getType()