Home
last modified time | relevance | path

Searched refs:PSVa (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineInstr.cpp1242 const PseudoSourceValue *PSVa = MMOa->getPseudoValue(); in mayAlias() local
1244 if (PSVa && ValB && !PSVa->mayAlias(&MFI)) in mayAlias()
1248 if (PSVa && PSVb && (PSVa == PSVb)) in mayAlias()
/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() local
1800 if (PSVa && PSVb && (PSVa == PSVb)) in areMemAccessesTriviallyDisjoint()