Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGAddressAnalysis.cpp55 A->isMachineConstantPoolEntry() == B->isMachineConstantPoolEntry(); in equalBaseIndex()
57 if (A->isMachineConstantPoolEntry()) in equalBaseIndex()
H A DSelectionDAGDumper.cpp725 if (CP->isMachineConstantPoolEntry()) in print_details()
H A DInstrEmitter.cpp452 if (CP->isMachineConstantPoolEntry()) in ConstrainForSubReg()
H A DSelectionDAG.cpp784 if (CP->isMachineConstantPoolEntry()) in AddNodeIDCustom()
12720 if (isMachineConstantPoolEntry()) in isConstantSequence()
/freebsd-src/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZConstantPoolValue.cpp32 if (Constants[I].isMachineConstantPoolEntry() && in getExistingMachineCPValue()
H A DSystemZISelLowering.cpp3749 if (CP->isMachineConstantPoolEntry()) in lowerFRAMEADDR()
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineConstantPool.h93 bool isMachineConstantPoolEntry() const { return IsMachineConstantPoolEntry; } in isMachineConstantPoolEntry() function
H A DSelectionDAGNodes.h1999 bool isMachineConstantPoolEntry() const {
2004 assert(!isMachineConstantPoolEntry() && "Wrong constantpool type");
2009 assert(isMachineConstantPoolEntry() && "Wrong constantpool type");
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunction.cpp1381 if (isMachineConstantPoolEntry()) in getSectionKind()
1387 if (isMachineConstantPoolEntry()) in getSectionKind()
1415 if (C.isMachineConstantPoolEntry()) { in CanShareConstantPoolEntry()
1487 if (!Constants[i].isMachineConstantPoolEntry() && in getConstantPoolIndex()
1521 if (Constants[i].isMachineConstantPoolEntry())
H A DMIRPrinter.cpp583 if (Constant.isMachineConstantPoolEntry()) { in convert()
593 YamlConstant.IsTargetSpecific = Constant.isMachineConstantPoolEntry(); in convert()
/freebsd-src/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYConstantPoolValue.h91 if (Constants[i].isMachineConstantPoolEntry() && in getExistingMachineCPValueImpl()
H A DCSKYAsmPrinter.cpp115 if (MCPE.isMachineConstantPoolEntry()) in emitCustomConstantPool()
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMConstantPoolValue.h82 if (Constants[i].isMachineConstantPoolEntry() && in getExistingMachineCPValueImpl()
H A DARMAsmPrinter.cpp1383 assert(!CPE.isMachineConstantPoolEntry() && "Invalid constpool entry"); in EmitUnwindingInstruction()
1815 if (MCPE.isMachineConstantPoolEntry()) in emitInstruction()
H A DARMBaseInstrInfo.cpp1771 assert(MCPE.isMachineConstantPoolEntry() && in duplicateCPV()
1894 bool isARMCP0 = MCPE0.isMachineConstantPoolEntry(); in produceSameValue()
1895 bool isARMCP1 = MCPE1.isMachineConstantPoolEntry(); in produceSameValue()
H A DARMISelLowering.cpp3507 if (CP->isMachineConstantPoolEntry())
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsAsmPrinter.cpp228 if (MCPE.isMachineConstantPoolEntry()) in emitInstruction()
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2634 if (!CPE.isMachineConstantPoolEntry()) in emitConstantPool()
2686 if (CPE.isMachineConstantPoolEntry())
3838 if (!CPE.isMachineConstantPoolEntry()) { in GetCPISymbol()
/freebsd-src/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp321 if (CP->isMachineConstantPoolEntry()) { in LowerConstantPool()
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1155 if (CPN->isMachineConstantPoolEntry()) in LowerJumpTable()
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp3623 if (ConstantEntry.isMachineConstantPoolEntry()) in replaceBranchWithTailCall()
H A DX86ISelLowering.cpp4709 if (!CNode || CNode->isMachineConstantPoolEntry() || CNode->getOffset() != 0) in getTargetConstantBitsFromNode()
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp18065 if (!CNode || CNode->isMachineConstantPoolEntry() || in CC_RISCV_GHC()