Home
last modified time | relevance | path

Searched refs:FPToUI (Results 1 – 25 of 45) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DFloat2Int.cpp101 case Instruction::FPToUI: in findRoots()
184 case Instruction::FPToUI: in walkBackwards()
279 case Instruction::FPToUI: in calcRange()
435 case Instruction::FPToUI: in convert()
H A DSpeculativeExecution.cpp234 case Instruction::FPToUI: in ComputeSpeculationCost()
H A DGVNSink.cpp508 case Instruction::FPToUI: in lookupOrAdd()
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILShaderFlags.cpp31 case Instruction::FPToUI: in updateFlags()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsOs16.cpp87 case Instruction::FPToUI: in needsFP()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandLargeFpConvert.cpp103 if (FPToI->getOpcode() == Instruction::FPToUI) { in expandFPToI()
608 case Instruction::FPToUI: in runImpl()
658 if (I->getOpcode() == Instruction::FPToUI || in runImpl()
H A DTargetLoweringBase.cpp1802 case FPToUI: return ISD::FP_TO_UINT; in InstructionOpcodeToISD()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstrainedOps.def61 DAG_INSTRUCTION(FPToUI, 1, 0, experimental_constrained_fptoui, FP_TO_UINT)
H A DInstruction.def187 HANDLE_CAST_INST(41, FPToUI , FPToUIInst ) // floating point -> UInt
H A DVPIntrinsics.def503 HELPER_REGISTER_FP_CAST_VP(fptoui, VP_FP_TO_UINT, FPToUI, FP_TO_UINT, 0)
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp794 if ((Opcode == Instruction::FPToSI || Opcode == Instruction::FPToUI) && in getCastInstrCost()
885 Opcode == Instruction::FPToSI || Opcode == Instruction::FPToUI) { in getCastInstrCost()
910 (Opcode == Instruction::FPToSI || Opcode == Instruction::FPToUI)) in getCastInstrCost()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanAnalysis.cpp207 case Instruction::FPToUI: in inferScalarTypeForRecipe()
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXTargetTransformInfo.cpp292 return {Instruction::FPToUI}; in simplifyNvvmIntrinsic()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DObjCARCInstKind.cpp277 case Instruction::FPToUI: in GetARCInstKind()
H A DValueTracking.cpp1128 case Instruction::FPToUI: in computeKnownBitsFromOperator()
7264 case Instruction::FPToUI: in canCreateUndefOrPoison()
8673 case Instruction::FPToUI: in lookThroughCast()
8680 CastedTo = ConstantFoldCastOperand(Instruction::FPToUI, C, SrcTy, DL); in lookThroughCast()
8739 if (*CastOp == Instruction::FPToSI || *CastOp == Instruction::FPToUI) in matchDecomposedSelectPattern()
8748 if (*CastOp == Instruction::FPToSI || *CastOp == Instruction::FPToUI) in matchDecomposedSelectPattern()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstantFold.cpp205 case Instruction::FPToUI: in ConstantFoldCastInstruction()
211 APSInt IntVal(DestBitWidth, opc == Instruction::FPToUI); in ConstantFoldCastInstruction()
H A DInstructions.cpp2731 case Instruction::FPToUI: in isNoopCast()
2984 case FPToUI: return new FPToUIInst (S, Ty, Name, InsertBefore); in Create()
3188 return FPToUI; // FP -> uint in getCastOpcode()
3292 case Instruction::FPToUI: in castIsValid()
3393 : CastInst(Ty, FPToUI, S, Name, InsertBefore) { in FPToUIInst()
H A DConstants.cpp1542 case Instruction::FPToUI: in getWithOperands()
2406 case Instruction::FPToUI: in isDesirableCastOp()
2428 case Instruction::FPToUI: in isSupportedCastOp()
H A DInstruction.cpp753 case FPToUI: return "fptoui"; in getOpcodeName()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp1807 case Instruction::FPToUI: in canEvaluateShuffled()
1899 case Instruction::FPToUI: in buildNew()
1970 case Instruction::FPToUI: in evaluateInDifferentElementOrder()
2522 case Instruction::FPToUI: in foldCastShuffle()
H A DInstCombineCasts.cpp87 case Instruction::FPToUI: in EvaluateInDifferentType()
372 case Instruction::FPToUI: in canEvaluateTruncated()
1957 FI.getOpcode() == Instruction::FPToUI ? fcPosNormal : fcNormal; in foldFPtoI()
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLLexer.cpp877 INSTKEYWORD(fptoui, FPToUI); in LexIdentifier()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyIndVar.cpp704 if (Opcode != CastInst::FPToSI && Opcode != CastInst::FPToUI) in replaceFloatIVWithIntegerIV()
716 } else if (Opcode == CastInst::FPToUI || in replaceFloatIVWithIntegerIV()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h1268 case Instruction::FPToUI: in getInstructionCost()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp722 case Instruction::FPToUI: // double->APInt conversion handles sign in getConstantValue()

12