Home
last modified time | relevance | path

Searched refs:isMachineConstantPoolEntry (Results 1 – 20 of 20) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGAddressAnalysis.cpp51 A->isMachineConstantPoolEntry() == B->isMachineConstantPoolEntry(); in equalBaseIndex()
53 if (A->isMachineConstantPoolEntry()) in equalBaseIndex()
H A DSelectionDAGDumper.cpp647 if (CP->isMachineConstantPoolEntry()) in print_details()
H A DInstrEmitter.cpp423 if (CP->isMachineConstantPoolEntry()) in AddOperand()
H A DSelectionDAG.cpp658 if (CP->isMachineConstantPoolEntry()) in AddNodeIDCustom()
10283 if (isMachineConstantPoolEntry()) in getType()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZConstantPoolValue.cpp32 if (Constants[I].isMachineConstantPoolEntry() && in getExistingMachineCPValue()
H A DSystemZISelLowering.cpp3310 if (CP->isMachineConstantPoolEntry()) in lowerConstantPool()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineConstantPool.h93 bool isMachineConstantPoolEntry() const { return IsMachineConstantPoolEntry; } in isMachineConstantPoolEntry() function
H A DSelectionDAGNodes.h1855 bool isMachineConstantPoolEntry() const {
1860 assert(!isMachineConstantPoolEntry() && "Wrong constantpool type");
1865 assert(isMachineConstantPoolEntry() && "Wrong constantpool type");
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunction.cpp1350 if (isMachineConstantPoolEntry()) in getSizeInBytes()
1356 if (isMachineConstantPoolEntry()) in needsRelocation()
1384 if (Constants[i].isMachineConstantPoolEntry()) { in ~MachineConstantPool()
1447 if (!Constants[i].isMachineConstantPoolEntry() && in getConstantPoolIndex()
1481 if (Constants[i].isMachineConstantPoolEntry()) in print()
H A DMIRPrinter.cpp559 if (Constant.isMachineConstantPoolEntry()) { in convert()
569 YamlConstant.IsTargetSpecific = Constant.isMachineConstantPoolEntry(); in convert()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMConstantPoolValue.h82 if (Constants[i].isMachineConstantPoolEntry() && in getExistingMachineCPValueImpl()
H A DARMAsmPrinter.cpp1264 assert(!CPE.isMachineConstantPoolEntry() && "Invalid constpool entry"); in EmitUnwindingInstruction()
1674 if (MCPE.isMachineConstantPoolEntry()) in emitInstruction()
H A DARMBaseInstrInfo.cpp1730 assert(MCPE.isMachineConstantPoolEntry() && in duplicateCPV()
1859 bool isARMCP0 = MCPE0.isMachineConstantPoolEntry(); in produceSameValue()
1860 bool isARMCP1 = MCPE1.isMachineConstantPoolEntry(); in produceSameValue()
H A DARMISelLowering.cpp3382 if (CP->isMachineConstantPoolEntry()) in LowerConstantPool()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2034 if (!CPE.isMachineConstantPoolEntry()) in emitConstantPool()
2086 if (CPE.isMachineConstantPoolEntry()) in emitConstantPool()
3125 if (!CPE.isMachineConstantPoolEntry()) { in GetCPISymbol()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsAsmPrinter.cpp228 if (MCPE.isMachineConstantPoolEntry()) in emitInstruction()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp329 if (CP->isMachineConstantPoolEntry()) { in LowerConstantPool()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86MCInstLower.cpp1784 if (ConstantEntry.isMachineConstantPoolEntry()) in getConstantFromPool()
H A DX86ISelLowering.cpp6489 if (!CNode || CNode->isMachineConstantPoolEntry() || CNode->getOffset() != 0) in getTargetConstantFromBasePtr()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1142 if (CPN->isMachineConstantPoolEntry()) in LowerConstantPool()