Home
last modified time | relevance | path

Searched defs:FVal (Results 1 – 18 of 18) sorted by relevance

/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp587 foldSelectICmpAndAnd(Type * SelType,const ICmpInst * Cmp,Value * TVal,Value * FVal,InstCombiner::BuilderTy & Builder) foldSelectICmpAndAnd() argument
635 foldSelectICmpAndZeroShl(const ICmpInst * Cmp,Value * TVal,Value * FVal,InstCombiner::BuilderTy & Builder) foldSelectICmpAndZeroShl() argument
970 canonicalizeSaturatedAdd(ICmpInst * Cmp,Value * TVal,Value * FVal,InstCombiner::BuilderTy & Builder) canonicalizeSaturatedAdd() argument
1041 foldAbsDiff(ICmpInst * Cmp,Value * TVal,Value * FVal,InstCombiner::BuilderTy & Builder) foldAbsDiff() argument
1642 foldSelectZeroOrOnes(ICmpInst * Cmp,Value * TVal,Value * FVal,InstCombiner::BuilderTy & Builder) foldSelectZeroOrOnes() argument
1675 Value *FVal = SI.getFalseValue(); foldSelectInstWithICmpConst() local
2319 Value *FVal = Sel.getFalseValue(); foldSelectCmpBitcasts() local
2510 Value *FVal = Sel.getFalseValue(); foldSelectToCopysign() local
2555 Value *FVal = Sel.getFalseValue(); foldVectorSelect() local
[all...]
H A DInstructionCombining.cpp1306 __anon22ed53830802(Value *TVal, Value *FVal, Value *Z) SimplifySelectsFeedingBinaryOp() argument
1645 Value *FVal = Builder.CreateBinOp(BO.getOpcode(), Zero, C); foldBinopOfSextBoolToSelect() local
H A DInstCombineCasts.cpp2442 Value *Cond, *TVal, *FVal; foldBitCastSelect() local
H A DInstCombineCalls.cpp2513 Value *Cond, *TVal, *FVal; visitCallInst() local
[all...]
/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULibCalls.cpp863 FVal.push_back((float)D); in TDOFold() local
1084 FVal.push_back((float)D); in fold_pow() local
H A DAMDGPUISelLowering.cpp3310 SDValue FVal = DAG.getNode(Opc, SL, MVT::f32, Norm); LowerINT_TO_FP32() local
H A DAMDGPULegalizerInfo.cpp2603 auto FVal = Signed ? B.buildSITOFP(S32, Norm2) : B.buildUITOFP(S32, Norm2); legalizeITOFP() local
/llvm-project/llvm/lib/Target/ARC/
H A DARCISelLowering.cpp208 SDValue FVal = Op.getOperand(3); in LowerSELECT_CC() local
/llvm-project/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp1432 ValueLatticeElement FVal = getValueState(I.getFalseValue()); visitSelectInst() local
/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp4053 SDValue FVal = DAG.getConstant(0, dl, MVT::i32); LowerXOR() local
4078 SDValue FVal = Sel.getOperand(3); LowerXOR() local
4192 SDValue FVal = DAG.getConstant(0, dl, MVT::i32); LowerXALUO() local
10199 SDValue FVal = DAG.getConstant(0, dl, VT); LowerSETCC() local
10286 SDValue FVal = DAG.getConstant(0, DL, OpVT); LowerSETCCCARRY() local
10300 LowerSELECT_CC(ISD::CondCode CC,SDValue LHS,SDValue RHS,SDValue TVal,SDValue FVal,const SDLoc & dl,SelectionDAG & DAG) const LowerSELECT_CC() argument
10569 SDValue FVal = Op.getOperand(3); LowerSELECT_CC() local
10578 SDValue FVal = Op->getOperand(2); LowerSELECT() local
20857 SDValue FVal = DAG.getConstant(0, DL, OutVT); getPTest() local
[all...]
H A DAArch64ISelDAGToDAG.cpp3764 APFloat FVal(0.0); checkCVTFixedPointOperandWithFBits() local
/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp7058 Value *Cond, *TVal, *FVal; optimizeShiftInst() local
7093 Value *Cond, *TVal, *FVal; optimizeFunnelShift() local
[all...]
/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp1216 llvm::APFloat FVal(getContext().getFloatTypeSemantics(ElemTy), 1); EmitComplexPrePostIncDec() local
/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp4517 simplifyCmpSelOfMaxMin(Value * CmpLHS,Value * CmpRHS,ICmpInst::Predicate Pred,Value * TVal,Value * FVal) simplifyCmpSelOfMaxMin() argument
H A DValueTracking.cpp8002 matchMinMaxOfMinMax(CmpInst::Predicate Pred,Value * CmpLHS,Value * CmpRHS,Value * TVal,Value * FVal,unsigned Depth) matchMinMaxOfMinMax() argument
/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp5023 SDValue FVal = DAG.getConstant(0, dl, MVT::i32); LowerSignedALUO() local
5483 unsigned FVal = CFVal->getZExtValue(); LowerSELECT_CC() local
6994 SDValue FVal = DAG.getConstant(0, DL, MVT::i32); LowerSETCCCARRY() local
[all...]
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp2408 SDValue FVal = N1.getOperand(2); foldSelectWithIdentityConstant() local
[all...]
/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp45521 SDValue FVal = N->getOperand(2); narrowVectorSelect() local
46579 ConstantSDNode *FVal = dyn_cast<ConstantSDNode>(SetCC.getOperand(0)); checkBoolTestSetCCCombine() local
[all...]