Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DUtils.cpp209 Optional<ValueAndVReg> ValAndVReg = in getConstantVRegVal() local
211 assert((!ValAndVReg || ValAndVReg->VReg == VReg) && in getConstantVRegVal()
213 if (!ValAndVReg) in getConstantVRegVal()
215 return ValAndVReg->Value; in getConstantVRegVal()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64InstructionSelector.cpp3303 auto ValAndVReg = getConstantVRegValWithLookThrough(RHS, MRI); in emitTST() local
3304 bool IsImmForm = ValAndVReg.hasValue() && in emitTST()
3305 AArch64_AM::isLogicalImmediate(ValAndVReg->Value, RegSize); in emitTST()
3311 AArch64_AM::encodeLogicalImmediate(ValAndVReg->Value, RegSize)); in emitTST()
3602 auto ValAndVReg = in tryFoldIntegerCompare() local
3604 if (!ValAndVReg || ValAndVReg->Value != 0) in tryFoldIntegerCompare()
3652 auto ValAndVReg = getConstantVRegValWithLookThrough(RHS.getReg(), MRI); in tryFoldIntegerCompare() local
3653 if (!ValAndVReg || ValAndVReg->Value != 0) in tryFoldIntegerCompare()
4147 auto ValAndVReg = in getImmedFromMO() local
4149 if (!ValAndVReg) in getImmedFromMO()
[all …]