Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DFloat2Int.cpp133 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 DSpeculativeExecution.cpp234 case Instruction::FPToUI: in ComputeSpeculationCost()
H A DGVNSink.cpp478 case Instruction::FPToUI: in lookupOrAdd()
/openbsd-src/gnu/llvm/llvm/lib/Target/DirectX/
H A DDXILShaderFlags.cpp31 case Instruction::FPToUI: in updateFlags()
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsOs16.cpp87 case Instruction::FPToUI: in needsFP()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DExpandLargeFpConvert.cpp102 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 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.def374 HELPER_REGISTER_FP_CAST_VP(fptoui, VP_FP_TO_UINT, FPToUI, 0)
H A DPatternMatch.h1672 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 DNVPTXTargetTransformInfo.cpp298 return {Instruction::FPToUI}; in simplifyNvvmIntrinsic()
/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp842 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 DObjCARCInstKind.cpp277 case Instruction::FPToUI: in GetARCInstKind()
H A DValueTracking.cpp1165 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 DInstCombineVectorOps.cpp1776 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 DInstCombineCasts.cpp250 case Instruction::FPToUI: in EvaluateInDifferentType()
499 case Instruction::FPToUI: in canEvaluateTruncated()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DInstructions.cpp3101 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 DConstantFold.cpp443 case Instruction::FPToUI: in ConstantFoldCastInstruction()
449 APSInt IntVal(DestBitWidth, opc == Instruction::FPToUI); in ConstantFoldCastInstruction()
1507 case Instruction::FPToUI: in evaluateICmpRelation()
H A DInstruction.cpp450 case FPToUI: return "fptoui"; in getOpcodeName()
H A DConstants.cpp1481 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 DSimplifyIndVar.cpp673 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 DLLLexer.cpp851 INSTKEYWORD(fptoui, FPToUI); in LexIdentifier()
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h1104 case Instruction::FPToUI: in getInstructionCost()
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp710 case Instruction::FPToUI: // double->APInt conversion handles sign in getConstantValue()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp652 case Instruction::FPToUI: in execute()

12