Searched refs:MaybeCst (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/ |
D | ConstantFoldingMIRBuilder.h | 52 if (auto MaybeCst = variable 54 return buildConstant(Dst, MaybeCst->getSExtValue()); 63 if (auto MaybeCst = variable 65 return buildConstant(Dst, MaybeCst->getSExtValue());
|
D | MIPatternMatch.h | 47 if (auto MaybeCst = getConstantVRegVal(Reg, MRI)) { in match() local 48 CR = *MaybeCst; in match()
|
/external/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
D | ConstantFoldingMIRBuilder.h | 52 if (auto MaybeCst = variable 54 return buildConstant(Dst, MaybeCst->getSExtValue()); 63 if (auto MaybeCst = variable 65 return buildConstant(Dst, MaybeCst->getSExtValue());
|
D | MIPatternMatch.h | 46 if (auto MaybeCst = getConstantVRegVal(Reg, MRI)) { in match() local 47 CR = *MaybeCst; in match()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
D | CSEMIRBuilder.cpp | 171 if (auto MaybeCst = in buildInstr() local 173 return buildConstant(Dst, MaybeCst->getSExtValue()); in buildInstr()
|
/external/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
D | CSEMIRBuilder.cpp | 201 if (auto MaybeCst = in buildInstr() local 203 return buildConstant(Dst, MaybeCst->getSExtValue()); in buildInstr()
|
D | CombinerHelper.cpp | 1436 const ConstantFP *MaybeCst = getConstantFPVRegVal(Op, MRI); in constantFoldFpUnary() local 1437 if (!MaybeCst) in constantFoldFpUnary() 1440 APFloat V = MaybeCst->getValueAPF(); in constantFoldFpUnary() 3012 auto MaybeCst = getBuildVectorConstantSplat(*CstDef, MRI); in matchNotCmp() local 3013 if (!MaybeCst) in matchNotCmp() 3015 if (!isConstValidTrue(TLI, Ty.getScalarSizeInBits(), *MaybeCst, true, IsFP)) in matchNotCmp()
|