Home
last modified time | relevance | path

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

123

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DFloat2Int.cpp101 case Instruction::FPToUI: in findRoots()
180 case Instruction::FPToUI: in walkBackwards()
275 case Instruction::FPToUI: in calcRange()
431 case Instruction::FPToUI: in convert()
H A DSpeculativeExecution.cpp234 case Instruction::FPToUI: in ComputeSpeculationCost()
H A DGVNSink.cpp427 case Instruction::FPToUI: in lookupOrAdd()
/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 DExpandFp.cpp105 if (FPToI->getOpcode() == Instruction::FPToUI) { in expandFPToI()
613 case Instruction::FPToUI: in runImpl()
663 if (I->getOpcode() == Instruction::FPToUI || in runImpl()
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DValues.def118 OP(FPToUI) \
H A DInstruction.h2275 case llvm::Instruction::FPToUI: in getCastOpcode()
2276 return Opcode::FPToUI; in getCastOpcode()
2363 class FPToUIInst final : public CastInstImpl<Instruction::Opcode::FPToUI> {};
/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
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/SandboxVectorizer/
H A DLegality.cpp81 case Instruction::Opcode::FPToUI: in notVectorizableBasedOnOpcodesAndTypes()
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILShaderFlags.cpp125 case Instruction::FPToUI: in updateFunctionFlags()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp918 if ((Opcode == Instruction::FPToSI || Opcode == Instruction::FPToUI) && in getCastInstrCost()
1012 Opcode == Instruction::FPToSI || Opcode == Instruction::FPToUI) { in getCastInstrCost()
1037 (Opcode == Instruction::FPToSI || Opcode == Instruction::FPToUI)) in getCastInstrCost()
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXTargetTransformInfo.cpp297 return {Instruction::FPToUI}; in convertNvvmIntrinsicToLlvm()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DObjCARCInstKind.cpp277 case Instruction::FPToUI: in GetARCInstKind()
H A DValueTracking.cpp1268 case Instruction::FPToUI: in computeKnownBitsFromOperator()
5971 case Instruction::FPToUI: in canIgnoreSignBitOfZero()
6010 case Instruction::FPToUI: in canIgnoreSignBitOfNaN()
7374 case Instruction::FPToUI: in canCreateUndefOrPoison()
8840 case Instruction::FPToUI: in lookThroughCastConst()
8847 CastedTo = ConstantFoldCastOperand(Instruction::FPToUI, C, SrcTy, DL); in lookThroughCastConst()
8964 if (*CastOp == Instruction::FPToSI || *CastOp == Instruction::FPToUI) in matchDecomposedSelectPattern()
8973 if (*CastOp == Instruction::FPToSI || *CastOp == Instruction::FPToUI) in matchDecomposedSelectPattern()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/SandboxVectorizer/Passes/
H A DBottomUpVec.cpp85 case Instruction::Opcode::FPToUI: in createVectorInstr()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstantFold.cpp207 case Instruction::FPToUI: in ConstantFoldCastInstruction()
212 APSInt IntVal(DestTy->getScalarSizeInBits(), opc == Instruction::FPToUI); in ConstantFoldCastInstruction()
H A DInstructions.cpp2794 case Instruction::FPToUI: in isNoopCast()
3047 case FPToUI: return new FPToUIInst (S, Ty, Name, InsertBefore); in Create()
3248 return FPToUI; // FP -> uint in getCastOpcode()
3346 case Instruction::FPToUI: in castIsValid()
3447 : CastInst(Ty, FPToUI, S, Name, InsertBefore) { in FPToUIInst()
H A DConstants.cpp1568 case Instruction::FPToUI: in getWithOperands()
2434 case Instruction::FPToUI: in isDesirableCastOp()
2456 case Instruction::FPToUI: in isSupportedCastOp()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp1885 case Instruction::FPToUI: in canEvaluateShuffled()
1977 case Instruction::FPToUI: in buildNew()
2048 case Instruction::FPToUI: in evaluateInDifferentElementOrder()
2585 case Instruction::FPToUI: in foldCastShuffle()
H A DInstCombineCasts.cpp89 case Instruction::FPToUI: in EvaluateInDifferentType()
382 case Instruction::FPToUI: in canEvaluateTruncated()
2008 FI.getOpcode() == Instruction::FPToUI ? fcPosNormal : fcNormal; in foldFPtoI()
/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DInstruction.cpp1004 case Instruction::Opcode::FPToUI: in getLLVMCastOp()
1005 return static_cast<llvm::Instruction::CastOps>(llvm::Instruction::FPToUI); in getLLVMCastOp()
H A DContext.cpp256 case llvm::Instruction::FPToUI: in getOrCreateValueInternal()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyIndVar.cpp706 if (Opcode != CastInst::FPToSI && Opcode != CastInst::FPToUI) in replaceFloatIVWithIntegerIV()
718 } else if (Opcode == CastInst::FPToUI || in replaceFloatIVWithIntegerIV()
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLLexer.cpp927 INSTKEYWORD(fptoui, FPToUI); in LexIdentifier()

123