| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/ |
| D | MipsOs16.cpp | 90 case Instruction::FPTrunc: in needsFP()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| D | SpeculativeExecution.cpp | 239 case Instruction::FPTrunc: in ComputeSpeculationCost()
|
| D | GVNSink.cpp | 475 case Instruction::FPTrunc: in lookupOrAdd()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/ |
| D | ConstrainedOps.def | 62 DAG_INSTRUCTION(FPTrunc, 1, 1, experimental_constrained_fptrunc, FP_ROUND)
|
| D | Instruction.def | 191 HANDLE_CAST_INST(45, FPTrunc , FPTruncInst ) // Truncate floating point
|
| 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()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/ |
| D | MVELaneInterleavingPass.cpp | 178 case Instruction::FPTrunc: in tryInterleave()
|
| D | ARMTargetTransformInfo.cpp | 436 (Opcode == Instruction::FPExt || Opcode == Instruction::FPTrunc) && in getCastInstrCost() 1797 case Instruction::FPTrunc: in maybeLoweredToCall()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/ |
| D | Instructions.cpp | 2711 case Instruction::FPTrunc: in isNoopCast() 2974 case FPTrunc: return new FPTruncInst (S, Ty, Name, InsertBefore); in Create() 2996 case FPTrunc: return new FPTruncInst (S, Ty, Name, InsertAtEnd); in Create() 3169 (SrcBits > DstBits ? Instruction::FPTrunc : Instruction::FPExt)); in CreateFPCast() 3182 (SrcBits > DstBits ? Instruction::FPTrunc : Instruction::FPExt)); in CreateFPCast() 3307 return FPTrunc; // FP -> smaller FP in getCastOpcode() 3383 case Instruction::FPTrunc: in castIsValid() 3487 ) : CastInst(Ty, FPTrunc, S, Name, InsertBefore) { in FPTruncInst() 3493 ) : CastInst(Ty, FPTrunc, S, Name, InsertAtEnd) { in FPTruncInst()
|
| D | Constants.cpp | 1540 case Instruction::FPTrunc: in getWithOperands() 1994 case Instruction::FPTrunc: in getCast() 2081 (SrcBits > DstBits ? Instruction::FPTrunc : Instruction::FPExt); in getFPCast() 2136 return getFoldedCast(Instruction::FPTrunc, C, Ty, OnlyIfReduced); in getFPTrunc() 3493 case Instruction::FPTrunc: in getAsInstruction()
|
| D | ConstantFold.cpp | 435 case Instruction::FPTrunc: in ConstantFoldCastInstruction() 1401 case Instruction::FPTrunc: in evaluateFCmpRelation() 1548 case Instruction::FPTrunc: in evaluateICmpRelation()
|
| D | Instruction.cpp | 389 case FPTrunc: return "fptrunc"; in getOpcodeName()
|
| D | ConstantRange.cpp | 680 case Instruction::FPTrunc: in castOp()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/ |
| D | TargetTransformInfo.cpp | 757 case Instruction::FPTrunc: in getCastContextHint() 1099 case Instruction::FPTrunc: in getInstructionThroughput()
|
| D | ObjCARCInstKind.cpp | 275 case Instruction::FPTrunc: in GetARCInstKind()
|
| D | CFLGraph.h | 540 case Instruction::FPTrunc: in visitConstantExpr()
|
| D | ValueTracking.cpp | 1148 case Instruction::FPTrunc: in computeKnownBitsFromOperator() 3547 case Instruction::FPTrunc: in cannotBeOrderedLessThanZeroImpl() 3763 case Instruction::FPTrunc: in isKnownNeverNaN() 6130 case Instruction::FPTrunc: in lookThroughCast()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| D | PPCTargetTransformInfo.cpp | 391 case Instruction::FPTrunc: in mightUseCTR() 695 case Instruction::FPTrunc: in mightUseCTR()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| D | InstCombineVectorOps.cpp | 1576 case Instruction::FPTrunc: in canEvaluateShuffled() 1667 case Instruction::FPTrunc: in buildNew() 1735 case Instruction::FPTrunc: in evaluateInDifferentElementOrder()
|
| D | InstCombineSimplifyDemanded.cpp | 1504 case Instruction::FPTrunc: in SimplifyDemandedVectorElts()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/AsmParser/ |
| D | LLLexer.cpp | 880 INSTKEYWORD(fptrunc, FPTrunc); in LexIdentifier()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| D | SystemZTargetTransformInfo.cpp | 837 if (Opcode == Instruction::FPTrunc) { in getCastInstrCost()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| D | TargetTransformInfoImpl.h | 1009 case Instruction::FPTrunc: in getUserCost()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/ |
| D | ExecutionEngine.cpp | 668 case Instruction::FPTrunc: { in getConstantValue()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/ |
| D | X86FastISel.cpp | 2463 I->getOpcode() == Instruction::FPTrunc) && in X86SelectFPExtOrFPTrunc() 3619 case Instruction::FPTrunc: in fastSelectInstruction()
|