Home
last modified time | relevance | path

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

12

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/
DMipsOs16.cpp90 case Instruction::FPTrunc: in needsFP()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
DSpeculativeExecution.cpp239 case Instruction::FPTrunc: in ComputeSpeculationCost()
DGVNSink.cpp475 case Instruction::FPTrunc: in lookupOrAdd()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
DConstrainedOps.def62 DAG_INSTRUCTION(FPTrunc, 1, 1, experimental_constrained_fptrunc, FP_ROUND)
DInstruction.def191 HANDLE_CAST_INST(45, FPTrunc , FPTruncInst ) // Truncate floating point
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()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
DMVELaneInterleavingPass.cpp178 case Instruction::FPTrunc: in tryInterleave()
DARMTargetTransformInfo.cpp436 (Opcode == Instruction::FPExt || Opcode == Instruction::FPTrunc) && in getCastInstrCost()
1797 case Instruction::FPTrunc: in maybeLoweredToCall()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
DInstructions.cpp2711 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()
DConstants.cpp1540 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()
DConstantFold.cpp435 case Instruction::FPTrunc: in ConstantFoldCastInstruction()
1401 case Instruction::FPTrunc: in evaluateFCmpRelation()
1548 case Instruction::FPTrunc: in evaluateICmpRelation()
DInstruction.cpp389 case FPTrunc: return "fptrunc"; in getOpcodeName()
DConstantRange.cpp680 case Instruction::FPTrunc: in castOp()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
DTargetTransformInfo.cpp757 case Instruction::FPTrunc: in getCastContextHint()
1099 case Instruction::FPTrunc: in getInstructionThroughput()
DObjCARCInstKind.cpp275 case Instruction::FPTrunc: in GetARCInstKind()
DCFLGraph.h540 case Instruction::FPTrunc: in visitConstantExpr()
DValueTracking.cpp1148 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/
DPPCTargetTransformInfo.cpp391 case Instruction::FPTrunc: in mightUseCTR()
695 case Instruction::FPTrunc: in mightUseCTR()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineVectorOps.cpp1576 case Instruction::FPTrunc: in canEvaluateShuffled()
1667 case Instruction::FPTrunc: in buildNew()
1735 case Instruction::FPTrunc: in evaluateInDifferentElementOrder()
DInstCombineSimplifyDemanded.cpp1504 case Instruction::FPTrunc: in SimplifyDemandedVectorElts()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/AsmParser/
DLLLexer.cpp880 INSTKEYWORD(fptrunc, FPTrunc); in LexIdentifier()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
DSystemZTargetTransformInfo.cpp837 if (Opcode == Instruction::FPTrunc) { in getCastInstrCost()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
DTargetTransformInfoImpl.h1009 case Instruction::FPTrunc: in getUserCost()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp668 case Instruction::FPTrunc: { in getConstantValue()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
DX86FastISel.cpp2463 I->getOpcode() == Instruction::FPTrunc) && in X86SelectFPExtOrFPTrunc()
3619 case Instruction::FPTrunc: in fastSelectInstruction()

12