Searched refs:getConstantVRegValWithLookThrough (Results 1 – 5 of 5) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
D | InstructionSelector.cpp | 52 if (auto VRegVal = getConstantVRegValWithLookThrough(MO.getReg(), MRI)) in isOperandImmEqual()
|
D | CombinerHelper.cpp | 938 auto ValVRegAndVal = getConstantVRegValWithLookThrough(Val, MRI); in getMemsetValue() 987 auto ValVRegAndVal = getConstantVRegValWithLookThrough(Val, MRI); in optimizeMemset() 1320 auto LenVRegAndVal = getConstantVRegValWithLookThrough(Len, MRI); in tryCombineMemCpyFamily() 1355 auto MaybeImmVal = getConstantVRegValWithLookThrough(Imm1, MRI); in matchPtrAddImmedChain() 1365 auto MaybeImm2Val = getConstantVRegValWithLookThrough(Imm2, MRI); in matchPtrAddImmedChain()
|
D | Utils.cpp | 210 getConstantVRegValWithLookThrough(VReg, MRI, /*LookThroughInstrs*/ false); in getConstantVRegVal() 218 Optional<ValueAndVReg> llvm::getConstantVRegValWithLookThrough( in getConstantVRegValWithLookThrough() function in llvm
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/ |
D | Utils.h | 129 getConstantVRegValWithLookThrough(unsigned VReg, const MachineRegisterInfo &MRI,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64InstructionSelector.cpp | 993 auto VRegAndVal = getConstantVRegValWithLookThrough(RHS, MRI); in selectCompareBranch() 997 VRegAndVal = getConstantVRegValWithLookThrough(RHS, MRI); in selectCompareBranch() 1050 auto VRegAndVal = getConstantVRegValWithLookThrough(OpMI->getOperand(Idx).getReg(), MRI); in getVectorShiftImm() 2983 auto VRegAndVal = getConstantVRegValWithLookThrough(LaneIdxOp.getReg(), MRI); in selectExtractElt() 3303 auto ValAndVReg = getConstantVRegValWithLookThrough(RHS, MRI); in emitTST() 3603 getConstantVRegValWithLookThrough(DefMI->getOperand(1).getReg(), MRI); in tryFoldIntegerCompare() 3652 auto ValAndVReg = getConstantVRegValWithLookThrough(RHS.getReg(), MRI); in tryFoldIntegerCompare() 3914 auto VRegAndVal = getConstantVRegValWithLookThrough(IdxReg, MRI); in selectInsertElt() 4148 getConstantVRegValWithLookThrough(Root.getReg(), MRI, true); in getImmedFromMO() 4318 auto ValAndVReg = getConstantVRegValWithLookThrough(ConstantReg, MRI); in selectExtendedSHL() [all …]
|