Home
last modified time | relevance | path

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

12

/netbsd/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineMemOperand.h202 const PseudoSourceValue *getPseudoValue() const { in getPseudoValue() function
304 LHS.getPseudoValue() == RHS.getPseudoValue() &&
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMHazardRecognizer.cpp189 auto BasePseudoVal0 = MO0->getPseudoValue(); in getHazardType()
202 auto BasePseudoVal1 = MO1->getPseudoValue(); in getHazardType()
H A DARMBaseInstrInfo.cpp1347 cast<FixedStackPseudoSourceValue>(Accesses.front()->getPseudoValue()) in isStoreToStackSlotPostFE()
1590 cast<FixedStackPseudoSourceValue>(Accesses.front()->getPseudoValue()) in isLoadFromStackSlotPostFE()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsDelaySlotFiller.cpp481 if (!MI.hasOneMemOperand() || !(*MI.memoperands_begin())->getPseudoValue()) in hasHazard_()
485 (*MI.memoperands_begin())->getPseudoValue()) { in hasHazard_()
535 if (const PseudoSourceValue *PSV = MMO.getPseudoValue()) { in getUnderlyingObjects()
H A DMipsOptimizePICCall.cpp298 Val = (*DefMI->memoperands_begin())->getPseudoValue(); in isCallViaRegister()
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineLICM.cpp408 if (!MemOp->isStore() || !MemOp->getPseudoValue()) in InstructionStoresToFI()
411 dyn_cast<FixedStackPseudoSourceValue>(MemOp->getPseudoValue())) { in InstructionStoresToFI()
878 if (const PseudoSourceValue *PSV = MemOp->getPseudoValue()) in mayLoadFromGOTOrConstantPool()
H A DTargetInstrInfo.cpp369 dyn_cast_or_null<FixedStackPseudoSourceValue>((*o)->getPseudoValue())) in hasLoadFromStackSlot()
383 dyn_cast_or_null<FixedStackPseudoSourceValue>((*o)->getPseudoValue())) in hasStoreToStackSlot()
1217 const PseudoSourceValue *PSV = MMO->getPseudoValue(); in describeLoadedValue()
H A DMachineInstr.cpp1290 const PseudoSourceValue *PSVa = MMOa->getPseudoValue(); in MemOperandsHaveAlias()
1291 const PseudoSourceValue *PSVb = MMOb->getPseudoValue(); in MemOperandsHaveAlias()
1421 if (const PseudoSourceValue *PSV = MMO->getPseudoValue()) in isDereferenceableInvariantLoad()
2328 cast<FixedStackPseudoSourceValue>(A->getPseudoValue()) in getSpillSlotSize()
H A DStackSlotColoring.cpp182 MMO->getPseudoValue())) { in ScanForSpillSlotRefs()
H A DImplicitNullChecks.cpp351 if (const PseudoSourceValue *PSV = MMO2->getPseudoValue()) { in areMemoryOpsAliased()
H A DStackColoring.cpp1082 MMO->getPseudoValue())) { in remapInstructions()
H A DMachineFunction.cpp471 MachinePointerInfo(MMO->getPseudoValue(), MMO->getOffset()); in getMachineMemOperand()
H A DMachineOperand.cpp1115 } else if (const PseudoSourceValue *PVal = getPseudoValue()) { in print()
H A DScheduleDAGInstrs.cpp138 if (const PseudoSourceValue *PSV = MMO->getPseudoValue()) { in getUnderlyingObjectsForInstr()
H A DMachineSink.cpp372 if (const PseudoSourceValue *PSV = MemOp->getPseudoValue()) in mayLoadFromGOTOrConstantPool()
H A DRegAllocGreedy.cpp3184 A->getPseudoValue())->getFrameIndex()); in computeStats()
H A DMachineVerifier.cpp2057 const PseudoSourceValue *PSV = MMO->getPseudoValue(); in visitMachineOperand()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/Lanai/
H A DLanaiInstrInfo.cpp738 cast<FixedStackPseudoSourceValue>(Accesses.front()->getPseudoValue()) in isLoadFromStackSlotPostFE()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp1980 const PseudoSourceValue *PSVa = MMOa->getPseudoValue(); in areMemAccessesTriviallyDisjoint()
1981 const PseudoSourceValue *PSVb = MMOb->getPseudoValue(); in areMemAccessesTriviallyDisjoint()
H A DSystemZISelDAGToDAG.cpp1485 if (const PseudoSourceValue *PSV = MMO->getPseudoValue()) in storeLoadIsAligned()
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/LiveDebugValues/
H A DVarLocBasedImpl.cpp1218 const PseudoSourceValue *PVal = (*MMOI)->getPseudoValue(); in extractSpillBaseRegAndOffset()
H A DInstrRefBasedImpl.cpp1577 const PseudoSourceValue *PVal = (*MMOI)->getPseudoValue(); in extractSpillBaseRegAndOffset()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp681 return Op->isLoad() && Op->getPseudoValue() && in isLoadFromConstantPool()
682 Op->getPseudoValue()->kind() == PseudoSourceValue::ConstantPool; in isLoadFromConstantPool()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.cpp1548 auto *PV = MMO->getPseudoValue(); in processFunctionBeforeFrameFinalized()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.cpp3678 if (spN == 0 && mN->getMemOperand()->getPseudoValue()) in ChkMemSDNodeAddressSpace()

12