/llvm-project/llvm/tools/llvm-reduce/deltas/ |
H A D | ReduceInstructionFlags.cpp | 53 } else if (auto *FPOp = dyn_cast<FPMathOperator>(&I)) { reduceFlagsInModule() local
|
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPULibCalls.cpp | 672 if (FPMathOperator *FPOp = dyn_cast<FPMathOperator>(CI)) { fold() local 904 fold_pow(FPMathOperator * FPOp,IRBuilder<> & B,const FuncInfo & FInfo) fold_pow() argument 1154 fold_rootn(FPMathOperator * FPOp,IRBuilder<> & B,const FuncInfo & FInfo) fold_rootn() argument 1354 fold_sincos(FPMathOperator * FPOp,IRBuilder<> & B,const FuncInfo & fInfo) fold_sincos() argument [all...] |
H A D | AMDGPUCodeGenPrepare.cpp | 754 if (const FPMathOperator *FPOp = dyn_cast<const FPMathOperator>(&BO)) foldBinOpIntoSelect() local 1085 const FPMathOperator *FPOp = cast<const FPMathOperator>(&FDiv); visitFDiv() local 1704 FPMathOperator *FPOp = dyn_cast<FPMathOperator>(&I); visitSelectInst() local 2210 const FPMathOperator *FPOp = cast<const FPMathOperator>(&Sqrt); visitSqrt() local [all...] |
/llvm-project/llvm/lib/Analysis/ |
H A D | ConstantFolding.cpp | 2535 if (ConstantFP *FPOp = ConstantFoldScalarCall1() local 2545 if (ConstantFP *FPOp = ConstantFoldScalarCall1() local 2958 if (ConstantFP *FPOp = ConstantFoldIntrinsicCall2() local 2968 if (ConstantFP *FPOp = ConstantFoldIntrinsicCall2() local 2978 if (ConstantFP *FPOp = ConstantFoldIntrinsicCall2() local 2988 if (ConstantFP *FPOp = ConstantFoldIntrinsicCall2() local [all...] |
H A D | ValueTracking.cpp | 4840 if (const FPMathOperator *FPOp = dyn_cast_or_null<FPMathOperator>(Op)) { computeKnownFPClass() local
|
/llvm-project/llvm/tools/llvm-reduce/ |
H A D | ReducerWorkItem.cpp | 650 } else if (const auto *FPOp = dyn_cast<FPMathOperator>(&I)) { computeIRComplexityScoreImpl() local
|
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.cpp | 3559 if (auto *FPOp = dyn_cast<FPMathOperator>(&I)) visitUnary() local 3578 if (auto *FPOp = dyn_cast<FPMathOperator>(&I)) visitBinary() local 3707 if (auto *FPOp = dyn_cast<FPMathOperator>(&I)) visitSelect() local 6394 if (auto *FPOp = dyn_cast<FPMathOperator>(&I)) visitIntrinsicCall() local 8168 if (auto *FPOp = dyn_cast<FPMathOperator>(&FPI)) visitConstrainedFPIntrinsic() local [all...] |
H A D | LegalizeDAG.cpp | 2140 SDValue FPOp = Node->getOperand(0); ExpandFrexpLibCall() local
|
H A D | DAGCombiner.cpp | 15330 SDValue FPOp = DAG.getNode(FPOpcode, SDLoc(N), VT, CastOp0); foldBitcastedFPLogic() local [all...] |
/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.cpp | 5321 PrepareTailCall(SelectionDAG & DAG,SDValue & InGlue,SDValue & Chain,const SDLoc & dl,int SPDiff,unsigned NumBytes,SDValue LROp,SDValue FPOp,SmallVectorImpl<TailCallArgumentInfo> & TailCallArguments) PrepareTailCall() argument 6082 SDValue LROp, FPOp; LowerCall_32SVR4() local 6410 SDValue LROp, FPOp; LowerCall_64SVR4() local
|