/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | MachineMemOperand.h | 216 const PseudoSourceValue *getPseudoValue() const { in getPseudoValue() function 347 LHS.getPseudoValue() == RHS.getPseudoValue() &&
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMHazardRecognizer.cpp | 191 auto BasePseudoVal0 = MO0->getPseudoValue(); in getHazardType() 204 auto BasePseudoVal1 = MO1->getPseudoValue(); in getHazardType()
|
H A D | ARMLowOverheadLoops.cpp | 1130 const PseudoSourceValue *PseudoValue = Operand->getPseudoValue(); in ValidateMVEStore()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsDelaySlotFiller.cpp | 479 if (!MI.hasOneMemOperand() || !(*MI.memoperands_begin())->getPseudoValue()) in hasHazard_() 483 (*MI.memoperands_begin())->getPseudoValue()) { in hasHazard_() 533 if (const PseudoSourceValue *PSV = MMO.getPseudoValue()) { in getUnderlyingObjects()
|
H A D | MipsOptimizePICCall.cpp | 298 Val = (*DefMI->memoperands_begin())->getPseudoValue(); in isCallViaRegister()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | StackFrameLayoutAnalysisPass.cpp | 266 MO->getPseudoValue()); in genSlotDbgMapping()
|
H A D | MachineLICM.cpp | 415 if (!MemOp->isStore() || !MemOp->getPseudoValue()) in InstructionStoresToFI() 418 dyn_cast<FixedStackPseudoSourceValue>(MemOp->getPseudoValue())) { in InstructionStoresToFI() 996 if (const PseudoSourceValue *PSV = MemOp->getPseudoValue()) in mayLoadFromGOTOrConstantPool()
|
H A D | StackSlotColoring.cpp | 230 MMO->getPseudoValue())) { in ScanForSpillSlotRefs()
|
H A D | TargetInstrInfo.cpp | 368 isa_and_nonnull<FixedStackPseudoSourceValue>((*o)->getPseudoValue())) in hasLoadFromStackSlot() 382 isa_and_nonnull<FixedStackPseudoSourceValue>((*o)->getPseudoValue())) in hasStoreToStackSlot() 1586 const PseudoSourceValue *PSV = MMO->getPseudoValue(); in describeLoadedValue()
|
H A D | MachineInstr.cpp | 1356 const PseudoSourceValue *PSVa = MMOa->getPseudoValue(); in MemOperandsHaveAlias() 1357 const PseudoSourceValue *PSVb = MMOb->getPseudoValue(); in MemOperandsHaveAlias() 1503 if (const PseudoSourceValue *PSV = MMO->getPseudoValue()) { in isDereferenceableInvariantLoad() 2432 cast<FixedStackPseudoSourceValue>(A->getPseudoValue()) in getSpillSlotSize()
|
H A D | ImplicitNullChecks.cpp | 349 if (const PseudoSourceValue *PSV = MMO2->getPseudoValue()) { in areMemoryOpsAliased()
|
H A D | ShrinkWrap.cpp | 315 if (const PseudoSourceValue *PSV = Op->getPseudoValue()) in INITIALIZE_PASS_DEPENDENCY()
|
H A D | StackColoring.cpp | 1054 MMO->getPseudoValue())) { in remapInstructions()
|
H A D | MachineOperand.cpp | 1195 } else if (const PseudoSourceValue *PVal = getPseudoValue()) { in print()
|
H A D | MachineFunction.cpp | 557 MachinePointerInfo(MMO->getPseudoValue(), MMO->getOffset()); in getMachineMemOperand()
|
H A D | ScheduleDAGInstrs.cpp | 140 if (const PseudoSourceValue *PSV = MMO->getPseudoValue()) { in getUnderlyingObjectsForInstr()
|
H A D | MachineSink.cpp | 668 if (const PseudoSourceValue *PSV = MemOp->getPseudoValue()) in mayLoadFromGOTOrConstantPool()
|
H A D | RegAllocGreedy.cpp | 2554 A->getPseudoValue())->getFrameIndex()); in computeStats()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/ |
H A D | InstrRefBasedImpl.h | 1522 MemOperand->getPseudoValue() && 1523 MemOperand->getPseudoValue()->kind() == PseudoSourceValue::FixedStack 1524 && !MemOperand->getPseudoValue()->isAliased(MFI);
|
H A D | InstrRefBasedImpl.cpp | 1368 const PseudoSourceValue *PVal = (*MMOI)->getPseudoValue(); in extractSpillBaseRegAndOffset() 1994 const PseudoSourceValue *PVal = (*MMOI)->getPseudoValue(); in isSpillInstruction()
|
H A D | VarLocBasedImpl.cpp | 1296 const PseudoSourceValue *PVal = (*MMOI)->getPseudoValue(); in extractSpillBaseRegAndOffset()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/ |
H A D | LanaiInstrInfo.cpp | 735 cast<FixedStackPseudoSourceValue>(Accesses.front()->getPseudoValue()) in isLoadFromStackSlotPostFE()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZInstrInfo.cpp | 2277 const PseudoSourceValue *PSVa = MMOa->getPseudoValue(); in areMemAccessesTriviallyDisjoint() 2278 const PseudoSourceValue *PSVb = MMOb->getPseudoValue(); in areMemAccessesTriviallyDisjoint()
|
H A D | SystemZISelDAGToDAG.cpp | 1543 if (const PseudoSourceValue *PSV = MMO->getPseudoValue()) in storeLoadIsAligned()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCInstrInfo.cpp | 662 return Op->isLoad() && Op->getPseudoValue() && in isLoadFromConstantPool() 663 Op->getPseudoValue()->kind() == PseudoSourceValue::ConstantPool; in isLoadFromConstantPool()
|