Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineMemOperand.h202 const PseudoSourceValue *getPseudoValue() const { in getPseudoValue() function
304 LHS.getPseudoValue() == RHS.getPseudoValue() &&
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsDelaySlotFiller.cpp482 if (!MI.hasOneMemOperand() || !(*MI.memoperands_begin())->getPseudoValue()) in hasHazard_()
486 (*MI.memoperands_begin())->getPseudoValue()) { in hasHazard_()
536 if (const PseudoSourceValue *PSV = MMO.getPseudoValue()) { in getUnderlyingObjects()
DMipsOptimizePICCall.cpp299 Val = (*DefMI->memoperands_begin())->getPseudoValue(); in isCallViaRegister()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineLICM.cpp420 if (!MemOp->isStore() || !MemOp->getPseudoValue()) in InstructionStoresToFI()
423 dyn_cast<FixedStackPseudoSourceValue>(MemOp->getPseudoValue())) { in InstructionStoresToFI()
934 if (const PseudoSourceValue *PSV = MemOp->getPseudoValue()) in mayLoadFromGOTOrConstantPool()
DTargetInstrInfo.cpp359 dyn_cast_or_null<FixedStackPseudoSourceValue>((*o)->getPseudoValue())) in hasLoadFromStackSlot()
373 dyn_cast_or_null<FixedStackPseudoSourceValue>((*o)->getPseudoValue())) in hasStoreToStackSlot()
1158 const PseudoSourceValue *PSV = MMO->getPseudoValue(); in describeLoadedValue()
DMachineInstr.cpp1242 const PseudoSourceValue *PSVa = MMOa->getPseudoValue(); in mayAlias()
1243 const PseudoSourceValue *PSVb = MMOb->getPseudoValue(); in mayAlias()
1332 if (const PseudoSourceValue *PSV = MMO->getPseudoValue()) in isDereferenceableInvariantLoad()
2153 cast<FixedStackPseudoSourceValue>(A->getPseudoValue()) in getSpillSlotSize()
DImplicitNullChecks.cpp345 if (const PseudoSourceValue *PSV = MMO2->getPseudoValue()) { in areMemoryOpsAliased()
DStackSlotColoring.cpp185 MMO->getPseudoValue())) { in ScanForSpillSlotRefs()
DStackColoring.cpp1033 MMO->getPseudoValue())) { in remapInstructions()
DMachineFunction.cpp447 MachinePointerInfo(MMO->getPseudoValue(), MMO->getOffset()); in getMachineMemOperand()
DMachineOperand.cpp1105 } else if (const PseudoSourceValue *PVal = getPseudoValue()) { in print()
DScheduleDAGInstrs.cpp137 if (const PseudoSourceValue *PSV = MMO->getPseudoValue()) { in getUnderlyingObjectsForInstr()
DLiveDebugValues.cpp708 const PseudoSourceValue *PVal = (*MMOI)->getPseudoValue(); in extractSpillBaseRegAndOffset()
DRegAllocGreedy.cpp3178 cast<FixedStackPseudoSourceValue>(A->getPseudoValue()) in reportNumberOfSplillsReloads()
DMachineVerifier.cpp1837 const PseudoSourceValue *PSV = MMO->getPseudoValue(); in visitMachineOperand()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/
DLanaiInstrInfo.cpp738 cast<FixedStackPseudoSourceValue>(Accesses.front()->getPseudoValue()) in isLoadFromStackSlotPostFE()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.cpp1798 const PseudoSourceValue *PSVa = MMOa->getPseudoValue(); in areMemAccessesTriviallyDisjoint()
1799 const PseudoSourceValue *PSVb = MMOb->getPseudoValue(); in areMemAccessesTriviallyDisjoint()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonFrameLowering.cpp1397 auto *PV = MMO->getPseudoValue(); in processFunctionBeforeFrameFinalized()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMBaseInstrInfo.cpp1258 cast<FixedStackPseudoSourceValue>(Accesses.front()->getPseudoValue()) in isStoreToStackSlotPostFE()
1501 cast<FixedStackPseudoSourceValue>(Accesses.front()->getPseudoValue()) in isLoadFromStackSlotPostFE()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXISelDAGToDAG.cpp3679 if (spN == 0 && mN->getMemOperand()->getPseudoValue()) in ChkMemSDNodeAddressSpace()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86InstrInfo.cpp422 cast<FixedStackPseudoSourceValue>(Accesses.front()->getPseudoValue()) in isLoadFromStackSlotPostFE()
457 cast<FixedStackPseudoSourceValue>(Accesses.front()->getPseudoValue()) in isStoreToStackSlotPostFE()