| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| H A D | Float2Int.cpp | 133 case Instruction::FPToUI: in findRoots() 216 case Instruction::FPToUI: in walkBackwards() 311 case Instruction::FPToUI: in calcRange() 460 case Instruction::FPToUI: in convert()
|
| H A D | SpeculativeExecution.cpp | 234 case Instruction::FPToUI: in ComputeSpeculationCost()
|
| H A D | GVNSink.cpp | 478 case Instruction::FPToUI: in lookupOrAdd()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/DirectX/ |
| H A D | DXILShaderFlags.cpp | 31 case Instruction::FPToUI: in updateFlags()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Mips/ |
| H A D | MipsOs16.cpp | 87 case Instruction::FPToUI: in needsFP()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | ExpandLargeFpConvert.cpp | 102 if (FPToI->getOpcode() == Instruction::FPToUI) { in expandFPToI() 583 case Instruction::FPToUI: in runImpl() 621 if (I->getOpcode() == Instruction::FPToUI || in runImpl()
|
| /openbsd-src/gnu/llvm/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
|
| H A D | VPIntrinsics.def | 374 HELPER_REGISTER_FP_CAST_VP(fptoui, VP_FP_TO_UINT, FPToUI, 0)
|
| H A D | PatternMatch.h | 1672 inline CastClass_match<OpTy, Instruction::FPToUI> m_FPToUI(const OpTy &Op) { in m_FPToUI() 1673 return CastClass_match<OpTy, Instruction::FPToUI>(Op); in m_FPToUI()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXTargetTransformInfo.cpp | 298 return {Instruction::FPToUI}; in simplifyNvvmIntrinsic()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/ |
| H A D | SystemZTargetTransformInfo.cpp | 842 Opcode == Instruction::FPToSI || Opcode == Instruction::FPToUI) { in getCastInstrCost() 867 (Opcode == Instruction::FPToSI || Opcode == Instruction::FPToUI)) in getCastInstrCost()
|
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | ObjCARCInstKind.cpp | 277 case Instruction::FPToUI: in GetARCInstKind()
|
| H A D | ValueTracking.cpp | 1165 case Instruction::FPToUI: in computeKnownBitsFromOperator() 5247 case Instruction::FPToUI: in canCreateUndefOrPoison() 6509 case Instruction::FPToUI: in lookThroughCast() 6575 if (*CastOp == Instruction::FPToSI || *CastOp == Instruction::FPToUI) in matchDecomposedSelectPattern() 6584 if (*CastOp == Instruction::FPToSI || *CastOp == Instruction::FPToUI) in matchDecomposedSelectPattern()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineVectorOps.cpp | 1776 case Instruction::FPToUI: in canEvaluateShuffled() 1867 case Instruction::FPToUI: in buildNew() 1935 case Instruction::FPToUI: in evaluateInDifferentElementOrder() 2458 case Instruction::FPToUI: in foldCastShuffle()
|
| H A D | InstCombineCasts.cpp | 250 case Instruction::FPToUI: in EvaluateInDifferentType() 499 case Instruction::FPToUI: in canEvaluateTruncated()
|
| /openbsd-src/gnu/llvm/llvm/lib/IR/ |
| H A D | Instructions.cpp | 3101 case Instruction::FPToUI: in isNoopCast() 3366 case FPToUI: return new FPToUIInst (S, Ty, Name, InsertBefore); in Create() 3388 case FPToUI: return new FPToUIInst (S, Ty, Name, InsertAtEnd); in Create() 3677 return FPToUI; // FP -> uint in getCastOpcode() 3781 case Instruction::FPToUI: in castIsValid() 3923 ) : CastInst(Ty, FPToUI, S, Name, InsertBefore) { in FPToUIInst() 3929 ) : CastInst(Ty, FPToUI, S, Name, InsertAtEnd) { in FPToUIInst()
|
| H A D | ConstantFold.cpp | 443 case Instruction::FPToUI: in ConstantFoldCastInstruction() 449 APSInt IntVal(DestBitWidth, opc == Instruction::FPToUI); in ConstantFoldCastInstruction() 1507 case Instruction::FPToUI: in evaluateICmpRelation()
|
| H A D | Instruction.cpp | 450 case FPToUI: return "fptoui"; in getOpcodeName()
|
| H A D | Constants.cpp | 1481 case Instruction::FPToUI: in getWithOperands() 1997 case Instruction::FPToUI: in getCast() 2187 return getFoldedCast(Instruction::FPToUI, C, Ty, OnlyIfReduced); in getFPToUI() 3435 case Instruction::FPToUI: in getAsInstruction()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
| H A D | SimplifyIndVar.cpp | 673 if (Opcode != CastInst::FPToSI && Opcode != CastInst::FPToUI) in replaceFloatIVWithIntegerIV() 685 } else if (Opcode == CastInst::FPToUI || in replaceFloatIVWithIntegerIV()
|
| /openbsd-src/gnu/llvm/llvm/lib/AsmParser/ |
| H A D | LLLexer.cpp | 851 INSTKEYWORD(fptoui, FPToUI); in LexIdentifier()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/ |
| H A D | TargetTransformInfoImpl.h | 1104 case Instruction::FPToUI: in getInstructionCost()
|
| /openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/ |
| H A D | ExecutionEngine.cpp | 710 case Instruction::FPToUI: // double->APInt conversion handles sign in getConstantValue()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/ |
| H A D | VPlanRecipes.cpp | 652 case Instruction::FPToUI: in execute()
|