| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | Float2Int.cpp | 101 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 D | SpeculativeExecution.cpp | 234 case Instruction::FPToUI: in ComputeSpeculationCost()
|
| H A D | GVNSink.cpp | 427 case Instruction::FPToUI: in lookupOrAdd()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsOs16.cpp | 87 case Instruction::FPToUI: in needsFP()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | ExpandFp.cpp | 105 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 D | Values.def | 118 OP(FPToUI) \
|
| H A D | Instruction.h | 2275 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 D | ConstrainedOps.def | 61 DAG_INSTRUCTION(FPToUI, 1, 0, experimental_constrained_fptoui, FP_TO_UINT)
|
| H A D | Instruction.def | 187 HANDLE_CAST_INST(41, FPToUI , FPToUIInst ) // floating point -> UInt
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/SandboxVectorizer/ |
| H A D | Legality.cpp | 81 case Instruction::Opcode::FPToUI: in notVectorizableBasedOnOpcodesAndTypes()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/ |
| H A D | DXILShaderFlags.cpp | 125 case Instruction::FPToUI: in updateFunctionFlags()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZTargetTransformInfo.cpp | 918 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 D | NVPTXTargetTransformInfo.cpp | 297 return {Instruction::FPToUI}; in convertNvvmIntrinsicToLlvm()
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | ObjCARCInstKind.cpp | 277 case Instruction::FPToUI: in GetARCInstKind()
|
| H A D | ValueTracking.cpp | 1268 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 D | BottomUpVec.cpp | 85 case Instruction::Opcode::FPToUI: in createVectorInstr()
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | ConstantFold.cpp | 207 case Instruction::FPToUI: in ConstantFoldCastInstruction() 212 APSInt IntVal(DestTy->getScalarSizeInBits(), opc == Instruction::FPToUI); in ConstantFoldCastInstruction()
|
| H A D | Instructions.cpp | 2794 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 D | Constants.cpp | 1568 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 D | InstCombineVectorOps.cpp | 1885 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 D | InstCombineCasts.cpp | 89 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 D | Instruction.cpp | 1004 case Instruction::Opcode::FPToUI: in getLLVMCastOp() 1005 return static_cast<llvm::Instruction::CastOps>(llvm::Instruction::FPToUI); in getLLVMCastOp()
|
| H A D | Context.cpp | 256 case llvm::Instruction::FPToUI: in getOrCreateValueInternal()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | SimplifyIndVar.cpp | 706 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 D | LLLexer.cpp | 927 INSTKEYWORD(fptoui, FPToUI); in LexIdentifier()
|