Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineConstantPool.h72 MachineConstantPoolValue *MachineCPVal; member
87 Val.MachineCPVal = V; in MachineConstantPoolEntry()
H A DSelectionDAGNodes.h1829 MachineConstantPoolValue *MachineCPVal;
1850 Val.MachineCPVal = v;
1866 return Val.MachineCPVal;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZConstantPoolValue.cpp35 static_cast<SystemZConstantPoolValue *>(Constants[I].Val.MachineCPVal); in getExistingMachineCPValue()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunction.cpp1351 return Val.MachineCPVal->getSizeInBytes(DL); in getSizeInBytes()
1385 Deleted.insert(Constants[i].Val.MachineCPVal); in ~MachineConstantPool()
1386 delete Constants[i].Val.MachineCPVal; in ~MachineConstantPool()
1482 Constants[i].Val.MachineCPVal->print(OS); in print()
H A DMIRPrinter.cpp560 Constant.Val.MachineCPVal->print(StrOS); in convert()
/freebsd-13.1/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.cpp1675 emitMachineConstantPoolValue(MCPE.Val.MachineCPVal); in emitInstruction()
H A DARMBaseInstrInfo.cpp1733 static_cast<ARMConstantPoolValue*>(MCPE.Val.MachineCPVal); in duplicateCPV()
1863 static_cast<ARMConstantPoolValue*>(MCPE0.Val.MachineCPVal); in produceSameValue()
1865 static_cast<ARMConstantPoolValue*>(MCPE1.Val.MachineCPVal); in produceSameValue()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsAsmPrinter.cpp229 emitMachineConstantPoolValue(MCPE.Val.MachineCPVal); in emitInstruction()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2087 emitMachineConstantPoolValue(CPE.Val.MachineCPVal); in emitConstantPool()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp10284 return Val.MachineCPVal->getType(); in getType()