|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
include/llvm/CodeGen/MachineMemOperand.h 304 LHS.getPseudoValue() == RHS.getPseudoValue() &&
304 LHS.getPseudoValue() == RHS.getPseudoValue() &&
lib/CodeGen/ImplicitNullChecks.cpp 344 if (const PseudoSourceValue *PSV = MMO2->getPseudoValue()) {
lib/CodeGen/LiveDebugValues.cpp 657 const PseudoSourceValue *PVal = (*MMOI)->getPseudoValue();
lib/CodeGen/MachineFunction.cpp 432 MachinePointerInfo(MMO->getPseudoValue(), MMO->getOffset());
lib/CodeGen/MachineInstr.cpp 1242 const PseudoSourceValue *PSVa = MMOa->getPseudoValue();
1243 const PseudoSourceValue *PSVb = MMOb->getPseudoValue();
1332 if (const PseudoSourceValue *PSV = MMO->getPseudoValue())
2152 cast<FixedStackPseudoSourceValue>(A->getPseudoValue())
lib/CodeGen/MachineLICM.cpp 384 if (!MemOp->isStore() || !MemOp->getPseudoValue())
387 dyn_cast<FixedStackPseudoSourceValue>(MemOp->getPseudoValue())) {
898 if (const PseudoSourceValue *PSV = MemOp->getPseudoValue())
lib/CodeGen/MachineOperand.cpp 1115 } else if (const PseudoSourceValue *PVal = getPseudoValue()) {
lib/CodeGen/MachineVerifier.cpp 1841 const PseudoSourceValue *PSV = MMO->getPseudoValue();
lib/CodeGen/RegAllocGreedy.cpp 3173 cast<FixedStackPseudoSourceValue>(A->getPseudoValue())
lib/CodeGen/ScheduleDAGInstrs.cpp 137 if (const PseudoSourceValue *PSV = MMO->getPseudoValue()) {
lib/CodeGen/StackSlotColoring.cpp 184 MMO->getPseudoValue())) {
lib/CodeGen/TargetInstrInfo.cpp 358 dyn_cast_or_null<FixedStackPseudoSourceValue>((*o)->getPseudoValue()))
372 dyn_cast_or_null<FixedStackPseudoSourceValue>((*o)->getPseudoValue()))
lib/Target/ARM/ARMBaseInstrInfo.cpp 1261 cast<FixedStackPseudoSourceValue>(Accesses.front()->getPseudoValue())
1504 cast<FixedStackPseudoSourceValue>(Accesses.front()->getPseudoValue())
lib/Target/Lanai/LanaiInstrInfo.cpp 738 cast<FixedStackPseudoSourceValue>(Accesses.front()->getPseudoValue())
lib/Target/Mips/MipsDelaySlotFiller.cpp 477 if (!MI.hasOneMemOperand() || !(*MI.memoperands_begin())->getPseudoValue())
481 (*MI.memoperands_begin())->getPseudoValue()) {
531 if (const PseudoSourceValue *PSV = MMO.getPseudoValue()) {
lib/Target/Mips/MipsOptimizePICCall.cpp 299 Val = (*DefMI->memoperands_begin())->getPseudoValue();
lib/Target/NVPTX/NVPTXISelDAGToDAG.cpp 3678 if (spN == 0 && mN->getMemOperand()->getPseudoValue())
lib/Target/SystemZ/SystemZInstrInfo.cpp 1768 const PseudoSourceValue *PSVa = MMOa->getPseudoValue();
1769 const PseudoSourceValue *PSVb = MMOb->getPseudoValue();
lib/Target/X86/X86InstrInfo.cpp 422 cast<FixedStackPseudoSourceValue>(Accesses.front()->getPseudoValue())
457 cast<FixedStackPseudoSourceValue>(Accesses.front()->getPseudoValue())