Home
last modified time | relevance | path

Searched refs:MaybeCst (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
DConstantFoldingMIRBuilder.h52 if (auto MaybeCst = variable
54 return buildConstant(Dst, MaybeCst->getSExtValue());
63 if (auto MaybeCst = variable
65 return buildConstant(Dst, MaybeCst->getSExtValue());
DMIPatternMatch.h47 if (auto MaybeCst = getConstantVRegVal(Reg, MRI)) { in match() local
48 CR = *MaybeCst; in match()
/external/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
DConstantFoldingMIRBuilder.h52 if (auto MaybeCst = variable
54 return buildConstant(Dst, MaybeCst->getSExtValue());
63 if (auto MaybeCst = variable
65 return buildConstant(Dst, MaybeCst->getSExtValue());
DMIPatternMatch.h46 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/
DCSEMIRBuilder.cpp171 if (auto MaybeCst = in buildInstr() local
173 return buildConstant(Dst, MaybeCst->getSExtValue()); in buildInstr()
/external/llvm-project/llvm/lib/CodeGen/GlobalISel/
DCSEMIRBuilder.cpp201 if (auto MaybeCst = in buildInstr() local
203 return buildConstant(Dst, MaybeCst->getSExtValue()); in buildInstr()
DCombinerHelper.cpp1436 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()