Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DMachineConstantPool.h72 MachineConstantPoolValue *MachineCPVal; member
86 Val.MachineCPVal = V; in MachineConstantPoolEntry()
H A DSelectionDAGNodes.h1702 MachineConstantPoolValue *MachineCPVal;
1723 Val.MachineCPVal = v;
1739 return Val.MachineCPVal;
/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/
H A DSystemZConstantPoolValue.cpp37 static_cast<SystemZConstantPoolValue *>(Constants[I].Val.MachineCPVal); in getExistingMachineCPValue()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DMachineFunction.cpp915 return Val.MachineCPVal->getType(); in getType()
949 Deleted.insert(Constants[i].Val.MachineCPVal); in ~MachineConstantPool()
950 delete Constants[i].Val.MachineCPVal; in ~MachineConstantPool()
1050 Constants[i].Val.MachineCPVal->print(OS); in print()
H A DMIRPrinter.cpp462 Constant.Val.MachineCPVal->print(StrOS); in convert()
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMConstantPoolValue.h88 static_cast<ARMConstantPoolValue*>(Constants[i].Val.MachineCPVal); in getExistingMachineCPValueImpl()
H A DARMConstantPoolValue.cpp197 CP->getConstants()[index].Val.MachineCPVal); in getExistingMachineCPValue()
H A DARMBaseInstrInfo.cpp1555 static_cast<ARMConstantPoolValue*>(MCPE.Val.MachineCPVal); in duplicateCPV()
1685 static_cast<ARMConstantPoolValue*>(MCPE0.Val.MachineCPVal); in produceSameValue()
1687 static_cast<ARMConstantPoolValue*>(MCPE1.Val.MachineCPVal); in produceSameValue()
H A DARMAsmPrinter.cpp1560 EmitMachineConstantPoolValue(MCPE.Val.MachineCPVal); in EmitInstruction()
/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A DMipsAsmPrinter.cpp228 EmitMachineConstantPoolValue(MCPE.Val.MachineCPVal); in EmitInstruction()
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1725 EmitMachineConstantPoolValue(CPE.Val.MachineCPVal); in EmitConstantPool()
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp9091 return Val.MachineCPVal->getType(); in getType()