| /llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGAddressAnalysis.cpp | 55 A->isMachineConstantPoolEntry() == B->isMachineConstantPoolEntry(); in equalBaseIndex() 57 if (A->isMachineConstantPoolEntry()) in equalBaseIndex()
|
| H A D | SelectionDAGDumper.cpp | 745 if (CP->isMachineConstantPoolEntry()) in print_details()
|
| H A D | InstrEmitter.cpp | 449 if (CP->isMachineConstantPoolEntry()) in AddOperand()
|
| H A D | SelectionDAG.cpp | 820 if (CP->isMachineConstantPoolEntry()) in AddNodeIDCustom() 13075 if (isMachineConstantPoolEntry()) in getTokenFactor()
|
| /llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZConstantPoolValue.cpp | 31 if (Constants[I].isMachineConstantPoolEntry() && in getExistingMachineCPValue()
|
| H A D | SystemZISelLowering.cpp | 4099 if (CP->isMachineConstantPoolEntry()) in lowerDYNAMIC_STACKALLOC_ELF()
|
| /llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | MachineConstantPool.h | 93 bool isMachineConstantPoolEntry() const { return IsMachineConstantPoolEntry; } in isMachineConstantPoolEntry() function
|
| H A D | SelectionDAGNodes.h | 2033 bool isMachineConstantPoolEntry() const { 2038 assert(!isMachineConstantPoolEntry() && "Wrong constantpool type"); 2043 assert(isMachineConstantPoolEntry() && "Wrong constantpool type");
|
| /llvm-project/llvm/lib/CodeGen/ |
| H A D | MachineFunction.cpp | 1452 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 D | MIRPrinter.cpp | 633 if (Constant.isMachineConstantPoolEntry()) { in guessSuccessors() 643 YamlConstant.IsTargetSpecific = Constant.isMachineConstantPoolEntry(); in guessSuccessors()
|
| /llvm-project/llvm/lib/Target/Xtensa/ |
| H A D | XtensaConstantPoolValue.h | 67 if (Constants[i].isMachineConstantPoolEntry() && in getExistingMachineCPValueImpl()
|
| H A D | XtensaAsmPrinter.cpp | 110 if (CPE.isMachineConstantPoolEntry()) { in emitMachineConstantPoolEntry()
|
| H A D | XtensaISelLowering.cpp | 845 if (!CP->isMachineConstantPoolEntry()) {
|
| /llvm-project/llvm/lib/Target/CSKY/ |
| H A D | CSKYConstantPoolValue.h | 91 if (Constants[i].isMachineConstantPoolEntry() && in getExistingMachineCPValueImpl()
|
| H A D | CSKYAsmPrinter.cpp | 115 if (MCPE.isMachineConstantPoolEntry()) in emitCustomConstantPool()
|
| /llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMConstantPoolValue.h | 82 if (Constants[i].isMachineConstantPoolEntry() && in getExistingMachineCPValueImpl()
|
| H A D | ARMAsmPrinter.cpp | 1385 assert(!CPE.isMachineConstantPoolEntry() && "Invalid constpool entry"); in EmitUnwindingInstruction() 1819 if (MCPE.isMachineConstantPoolEntry()) in emitInstruction()
|
| H A D | ARMBaseInstrInfo.cpp | 1787 assert(MCPE.isMachineConstantPoolEntry() && in duplicateCPV() 1910 bool isARMCP0 = MCPE0.isMachineConstantPoolEntry(); in produceSameValue() 1911 bool isARMCP1 = MCPE1.isMachineConstantPoolEntry(); in produceSameValue()
|
| H A D | ARMISelLowering.cpp | 3598 if (CP->isMachineConstantPoolEntry()) in LowerGlobalTLSAddressDarwin()
|
| /llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsAsmPrinter.cpp | 224 if (MCPE.isMachineConstantPoolEntry()) in emitInstruction()
|
| /llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | AsmPrinter.cpp | 2793 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 D | XCoreISelLowering.cpp | 321 if (CP->isMachineConstantPoolEntry()) { in LowerConstantPool()
|
| /llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelLowering.cpp | 1151 if (CPN->isMachineConstantPoolEntry()) in LowerConstantPool()
|
| /llvm-project/llvm/lib/Target/X86/ |
| H A D | X86InstrInfo.cpp | 3677 if (ConstantEntry.isMachineConstantPoolEntry()) in canMakeTailCallConditional()
|
| /llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.cpp | 19144 if (!CNode || CNode->isMachineConstantPoolEntry() || in CC_RISCV()
|