Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp571 foldSelectICmpAndAnd(Type * SelType,const ICmpInst * Cmp,Value * TVal,Value * FVal,InstCombiner::BuilderTy & Builder) foldSelectICmpAndAnd() argument
619 foldSelectICmpAndZeroShl(const ICmpInst * Cmp,Value * TVal,Value * FVal,InstCombiner::BuilderTy & Builder) foldSelectICmpAndZeroShl() argument
954 canonicalizeSaturatedAdd(ICmpInst * Cmp,Value * TVal,Value * FVal,InstCombiner::BuilderTy & Builder) canonicalizeSaturatedAdd() argument
1025 foldAbsDiff(ICmpInst * Cmp,Value * TVal,Value * FVal,InstCombiner::BuilderTy & Builder) foldAbsDiff() argument
1607 foldSelectZeroOrOnes(ICmpInst * Cmp,Value * TVal,Value * FVal,InstCombiner::BuilderTy & Builder) foldSelectZeroOrOnes() argument
1640 Value *FVal = SI.getFalseValue(); foldSelectInstWithICmpConst() local
2178 Value *FVal = Sel.getFalseValue(); foldSelectCmpBitcasts() local
2369 Value *FVal = Sel.getFalseValue(); foldSelectToCopysign() local
2417 Value *FVal = Sel.getFalseValue(); foldVectorSelect() local
[all...]
H A DInstructionCombining.cpp1283 __anoncc7b93c20802(Value *TVal, Value *FVal, Value *Z) SimplifySelectsFeedingBinaryOp() argument
1423 Value *FVal = Builder.CreateBinOp(BO.getOpcode(), Zero, C); foldBinopOfSextBoolToSelect() local
H A DInstCombineCasts.cpp2354 Value *Cond, *TVal, *FVal; foldBitCastSelect() local
H A DInstCombineCalls.cpp2448 Value *Cond, *TVal, *FVal; visitCallInst() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULibCalls.cpp849 SmallVector<float, 0> FVal; TDOFold() local
1070 SmallVector<float, 0> FVal; fold_pow() local
H A DAMDGPUISelLowering.cpp3253 SDValue FVal = DAG.getNode(Opc, SL, MVT::f32, Norm); LowerINT_TO_FP32() local
H A DAMDGPULegalizerInfo.cpp2507 auto FVal = Signed ? B.buildSITOFP(S32, Norm2) : B.buildUITOFP(S32, Norm2); legalizeITOFP() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCISelLowering.cpp208 SDValue FVal = Op.getOperand(3); in LowerSELECT_CC() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp1389 ValueLatticeElement FVal = getValueState(I.getFalseValue()); visitSelectInst() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp3784 SDValue FVal = DAG.getConstant(0, dl, MVT::i32); LowerXOR() local
3809 SDValue FVal = Sel.getOperand(3); LowerXOR() local
3923 SDValue FVal = DAG.getConstant(0, dl, MVT::i32); LowerXALUO() local
9388 SDValue FVal = DAG.getConstant(0, dl, VT); LowerSETCC() local
9475 SDValue FVal = DAG.getConstant(0, DL, OpVT); LowerSETCCCARRY() local
9489 LowerSELECT_CC(ISD::CondCode CC,SDValue LHS,SDValue RHS,SDValue TVal,SDValue FVal,const SDLoc & dl,SelectionDAG & DAG) const LowerSELECT_CC() argument
9758 SDValue FVal = Op.getOperand(3); LowerSELECT_CC() local
9767 SDValue FVal = Op->getOperand(2); LowerSELECT() local
19852 SDValue FVal = DAG.getConstant(0, DL, OutVT); getPTest() local
[all...]
H A DAArch64ISelDAGToDAG.cpp3702 APFloat FVal(0.0); checkCVTFixedPointOperandWithFBits() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp6944 Value *Cond, *TVal, *FVal; optimizeShiftInst() local
6979 Value *Cond, *TVal, *FVal; optimizeFunnelShift() local
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp1225 llvm::APFloat FVal(getContext().getFloatTypeSemantics(ElemTy), 1); EmitComplexPrePostIncDec() local
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp4509 simplifyCmpSelOfMaxMin(Value * CmpLHS,Value * CmpRHS,ICmpInst::Predicate Pred,Value * TVal,Value * FVal) simplifyCmpSelOfMaxMin() argument
H A DValueTracking.cpp7448 matchMinMaxOfMinMax(CmpInst::Predicate Pred,Value * CmpLHS,Value * CmpRHS,Value * TVal,Value * FVal,unsigned Depth) matchMinMaxOfMinMax() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp4991 SDValue FVal = DAG.getConstant(0, dl, MVT::i32); LowerSignedALUO() local
5451 unsigned FVal = CFVal->getZExtValue(); LowerSELECT_CC() local
6962 SDValue FVal = DAG.getConstant(0, DL, MVT::i32); LowerSETCCCARRY() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp2501 SDValue FVal = N1.getOperand(2); foldSelectWithIdentityConstant() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp44547 SDValue FVal = N->getOperand(2); narrowVectorSelect() local
45547 ConstantSDNode *FVal = dyn_cast<ConstantSDNode>(SetCC.getOperand(0)); checkBoolTestSetCCCombine() local
[all...]