/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | ReplaceConstant.cpp | 58 case Instruction::FPTrunc: in createReplacementInstr()
|
H A D | Instructions.cpp | 2697 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 D | Constants.cpp | 1538 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 D | Instruction.cpp | 368 case FPTrunc: return "fptrunc"; in getOpcodeName()
|
H A D | ConstantFold.cpp | 628 case Instruction::FPTrunc: in ConstantFoldCastInstruction() 1652 case Instruction::FPTrunc: in evaluateFCmpRelation() 1799 case Instruction::FPTrunc: in evaluateICmpRelation()
|
H A D | ConstantRange.cpp | 680 case Instruction::FPTrunc: in castOp()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/ |
H A D | MipsOs16.cpp | 90 case Instruction::FPTrunc: in needsFP()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | SpeculativeExecution.cpp | 239 case Instruction::FPTrunc: in ComputeSpeculationCost()
|
H A D | GVNSink.cpp | 475 case Instruction::FPTrunc: in lookupOrAdd()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
H A D | ConstrainedOps.def | 62 DAG_INSTRUCTION(FPTrunc, 1, 1, experimental_constrained_fptrunc, FP_ROUND)
|
H A D | Instruction.def | 191 HANDLE_CAST_INST(45, FPTrunc , FPTruncInst ) // Truncate floating point
|
H A D | PatternMatch.h | 1692 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 D | MVELaneInterleavingPass.cpp | 178 case Instruction::FPTrunc: in tryInterleave()
|
H A D | ARMTargetTransformInfo.cpp | 431 (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 D | PPCTargetTransformInfo.cpp | 391 case Instruction::FPTrunc: in mightUseCTR() 692 case Instruction::FPTrunc: in mightUseCTR()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | CFLGraph.h | 540 case Instruction::FPTrunc: in visitConstantExpr()
|
H A D | ObjCARCInstKind.cpp | 275 case Instruction::FPTrunc: in GetARCInstKind()
|
H A D | TargetTransformInfo.cpp | 760 case Instruction::FPTrunc: in getCastContextHint() 1383 case Instruction::FPTrunc: in getInstructionThroughput()
|
H A D | ValueTracking.cpp | 1147 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 D | InstCombineVectorOps.cpp | 1516 case Instruction::FPTrunc: in canEvaluateShuffled() 1607 case Instruction::FPTrunc: in buildNew() 1675 case Instruction::FPTrunc: in evaluateInDifferentElementOrder()
|
H A D | InstCombineSimplifyDemanded.cpp | 1504 case Instruction::FPTrunc: in SimplifyDemandedVectorElts()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/ |
H A D | LLLexer.cpp | 879 INSTKEYWORD(fptrunc, FPTrunc); in LexIdentifier()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
H A D | TargetTransformInfoImpl.h | 1006 case Instruction::FPTrunc: in getUserCost()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/ |
H A D | SystemZTargetTransformInfo.cpp | 837 if (Opcode == Instruction::FPTrunc) { in getCastInstrCost()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/ |
H A D | ExecutionEngine.cpp | 668 case Instruction::FPTrunc: { in getConstantValue()
|