Home
last modified time | relevance | path

Searched refs:FPTrunc (Results 1 – 25 of 47) sorted by relevance

12

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DReplaceConstant.cpp58 case Instruction::FPTrunc: in createReplacementInstr()
H A DInstructions.cpp2697 case Instruction::FPTrunc: in isNoopCast()
2954 case FPTrunc: return new FPTruncInst (S, Ty, Name, InsertBefore); in Create()
2976 case FPTrunc: return new FPTruncInst (S, Ty, Name, InsertAtEnd); in Create()
3149 (SrcBits > DstBits ? Instruction::FPTrunc : Instruction::FPExt)); in CreateFPCast()
3162 (SrcBits > DstBits ? Instruction::FPTrunc : Instruction::FPExt)); in CreateFPCast()
3287 return FPTrunc; // FP -> smaller FP in getCastOpcode()
3363 case Instruction::FPTrunc: in castIsValid()
3467 ) : CastInst(Ty, FPTrunc, S, Name, InsertBefore) { in FPTruncInst()
3473 ) : CastInst(Ty, FPTrunc, S, Name, InsertAtEnd) { in FPTruncInst()
H A DConstants.cpp1538 case Instruction::FPTrunc: in getWithOperands()
1992 case Instruction::FPTrunc: in getCast()
2079 (SrcBits > DstBits ? Instruction::FPTrunc : Instruction::FPExt); in getFPCast()
2134 return getFoldedCast(Instruction::FPTrunc, C, Ty, OnlyIfReduced); in getFPTrunc()
3491 case Instruction::FPTrunc: in getAsInstruction()
H A DInstruction.cpp368 case FPTrunc: return "fptrunc"; in getOpcodeName()
H A DConstantFold.cpp628 case Instruction::FPTrunc: in ConstantFoldCastInstruction()
1652 case Instruction::FPTrunc: in evaluateFCmpRelation()
1799 case Instruction::FPTrunc: in evaluateICmpRelation()
H A DConstantRange.cpp680 case Instruction::FPTrunc: in castOp()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsOs16.cpp90 case Instruction::FPTrunc: in needsFP()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DSpeculativeExecution.cpp239 case Instruction::FPTrunc: in ComputeSpeculationCost()
H A DGVNSink.cpp475 case Instruction::FPTrunc: in lookupOrAdd()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DConstrainedOps.def62 DAG_INSTRUCTION(FPTrunc, 1, 1, experimental_constrained_fptrunc, FP_ROUND)
H A DInstruction.def191 HANDLE_CAST_INST(45, FPTrunc , FPTruncInst ) // Truncate floating point
H A DPatternMatch.h1692 inline CastClass_match<OpTy, Instruction::FPTrunc> m_FPTrunc(const OpTy &Op) { in m_FPTrunc()
1693 return CastClass_match<OpTy, Instruction::FPTrunc>(Op); in m_FPTrunc()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DMVELaneInterleavingPass.cpp178 case Instruction::FPTrunc: in tryInterleave()
H A DARMTargetTransformInfo.cpp431 (Opcode == Instruction::FPExt || Opcode == Instruction::FPTrunc) && in getCastInstrCost()
1791 case Instruction::FPTrunc: in maybeLoweredToCall()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp391 case Instruction::FPTrunc: in mightUseCTR()
692 case Instruction::FPTrunc: in mightUseCTR()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DCFLGraph.h540 case Instruction::FPTrunc: in visitConstantExpr()
H A DObjCARCInstKind.cpp275 case Instruction::FPTrunc: in GetARCInstKind()
H A DTargetTransformInfo.cpp760 case Instruction::FPTrunc: in getCastContextHint()
1383 case Instruction::FPTrunc: in getInstructionThroughput()
H A DValueTracking.cpp1147 case Instruction::FPTrunc: in computeKnownBitsFromOperator()
3505 case Instruction::FPTrunc: in cannotBeOrderedLessThanZeroImpl()
3721 case Instruction::FPTrunc: in isKnownNeverNaN()
6072 case Instruction::FPTrunc: in lookThroughCast()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp1516 case Instruction::FPTrunc: in canEvaluateShuffled()
1607 case Instruction::FPTrunc: in buildNew()
1675 case Instruction::FPTrunc: in evaluateInDifferentElementOrder()
H A DInstCombineSimplifyDemanded.cpp1504 case Instruction::FPTrunc: in SimplifyDemandedVectorElts()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/
H A DLLLexer.cpp879 INSTKEYWORD(fptrunc, FPTrunc); in LexIdentifier()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h1006 case Instruction::FPTrunc: in getUserCost()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp837 if (Opcode == Instruction::FPTrunc) { in getCastInstrCost()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp668 case Instruction::FPTrunc: { in getConstantValue()

12