Home
last modified time | relevance | path

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

12

/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.cpp745 if (CP->isMachineConstantPoolEntry()) in print_details()
H A DInstrEmitter.cpp449 if (CP->isMachineConstantPoolEntry()) in AddOperand()
H A DSelectionDAG.cpp820 if (CP->isMachineConstantPoolEntry()) in AddNodeIDCustom()
13075 if (isMachineConstantPoolEntry()) in getTokenFactor()
/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZConstantPoolValue.cpp31 if (Constants[I].isMachineConstantPoolEntry() && in getExistingMachineCPValue()
H A DSystemZISelLowering.cpp4099 if (CP->isMachineConstantPoolEntry()) in lowerDYNAMIC_STACKALLOC_ELF()
/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineConstantPool.h93 bool isMachineConstantPoolEntry() const { return IsMachineConstantPoolEntry; } in isMachineConstantPoolEntry() function
H A DSelectionDAGNodes.h2033 bool isMachineConstantPoolEntry() const {
2038 assert(!isMachineConstantPoolEntry() && "Wrong constantpool type");
2043 assert(isMachineConstantPoolEntry() && "Wrong constantpool type");
/llvm-project/llvm/lib/CodeGen/
H A DMachineFunction.cpp1452 if (isMachineConstantPoolEntry()) in CanShareConstantPoolEntry()
1458 if (isMachineConstantPoolEntry()) in CanShareConstantPoolEntry()
1486 if (C.isMachineConstantPoolEntry()) { in getConstantPoolIndex()
1558 if (!Constants[i].isMachineConstantPoolEntry() &&
1592 if (Constants[i].isMachineConstantPoolEntry())
H A DMIRPrinter.cpp633 if (Constant.isMachineConstantPoolEntry()) { in guessSuccessors()
643 YamlConstant.IsTargetSpecific = Constant.isMachineConstantPoolEntry(); in guessSuccessors()
/llvm-project/llvm/lib/Target/Xtensa/
H A DXtensaConstantPoolValue.h67 if (Constants[i].isMachineConstantPoolEntry() && in getExistingMachineCPValueImpl()
H A DXtensaAsmPrinter.cpp110 if (CPE.isMachineConstantPoolEntry()) { in emitMachineConstantPoolEntry()
H A DXtensaISelLowering.cpp845 if (!CP->isMachineConstantPoolEntry()) {
/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()
/llvm-project/llvm/lib/Target/ARM/
H A DARMConstantPoolValue.h82 if (Constants[i].isMachineConstantPoolEntry() && in getExistingMachineCPValueImpl()
H A DARMAsmPrinter.cpp1385 assert(!CPE.isMachineConstantPoolEntry() && "Invalid constpool entry"); in EmitUnwindingInstruction()
1819 if (MCPE.isMachineConstantPoolEntry()) in emitInstruction()
H A DARMBaseInstrInfo.cpp1787 assert(MCPE.isMachineConstantPoolEntry() && in duplicateCPV()
1910 bool isARMCP0 = MCPE0.isMachineConstantPoolEntry(); in produceSameValue()
1911 bool isARMCP1 = MCPE1.isMachineConstantPoolEntry(); in produceSameValue()
H A DARMISelLowering.cpp3598 if (CP->isMachineConstantPoolEntry()) in LowerGlobalTLSAddressDarwin()
/llvm-project/llvm/lib/Target/Mips/
H A DMipsAsmPrinter.cpp224 if (MCPE.isMachineConstantPoolEntry()) in emitInstruction()
/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2793 if (!CPE.isMachineConstantPoolEntry()) in emitJumpTableEntry()
2845 if (CPE.isMachineConstantPoolEntry()) in emitSpecialLLVMGlobal()
4118 if (!CPE.isMachineConstantPoolEntry()) { in isBlockOnlyReachableByFallthrough()
/llvm-project/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp321 if (CP->isMachineConstantPoolEntry()) { in LowerConstantPool()
/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1151 if (CPN->isMachineConstantPoolEntry()) in LowerConstantPool()
/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp3677 if (ConstantEntry.isMachineConstantPoolEntry()) in canMakeTailCallConditional()
/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp19144 if (!CNode || CNode->isMachineConstantPoolEntry() || in CC_RISCV()

12