| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsOs16.cpp | 91 case Instruction::FPTrunc: in needsFP()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | SpeculativeExecution.cpp | 239 case Instruction::FPTrunc: in ComputeSpeculationCost()
|
| H A D | GVNSink.cpp | 479 case Instruction::FPTrunc: in lookupOrAdd()
|
| /freebsd-14.2/contrib/llvm-project/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 | VPIntrinsics.def | 470 HELPER_REGISTER_FP_CAST_VP(fptrunc, VP_FP_ROUND, FPTrunc, FP_ROUND, 1)
|
| H A D | IRBuilder.h | 2090 return CreateCast(Instruction::FPTrunc, V, DestTy, Name); 2203 ? Instruction::FPTrunc
|
| H A D | PatternMatch.h | 1821 inline CastInst_match<OpTy, Instruction::FPTrunc> 1823 return CastInst_match<OpTy, Instruction::FPTrunc>(Op); in m_FPTrunc()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | VPlanAnalysis.cpp | 169 case Instruction::FPTrunc: in inferScalarTypeForRecipe()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | MVELaneInterleavingPass.cpp | 179 case Instruction::FPTrunc: in tryInterleave()
|
| H A D | ARMTargetTransformInfo.cpp | 509 (Opcode == Instruction::FPExt || Opcode == Instruction::FPTrunc) && in getCastInstrCost() 2075 case Instruction::FPTrunc: in maybeLoweredToCall()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Instructions.cpp | 3082 case Instruction::FPTrunc: in isNoopCast() 3341 case FPTrunc: return new FPTruncInst (S, Ty, Name, InsertBefore); in Create() 3363 case FPTrunc: return new FPTruncInst (S, Ty, Name, InsertAtEnd); in Create() 3536 (SrcBits > DstBits ? Instruction::FPTrunc : Instruction::FPExt)); in CreateFPCast() 3549 (SrcBits > DstBits ? Instruction::FPTrunc : Instruction::FPExt)); in CreateFPCast() 3674 return FPTrunc; // FP -> smaller FP in getCastOpcode() 3750 case Instruction::FPTrunc: in castIsValid() 3854 ) : CastInst(Ty, FPTrunc, S, Name, InsertBefore) { in FPTruncInst() 3860 ) : CastInst(Ty, FPTrunc, S, Name, InsertAtEnd) { in FPTruncInst()
|
| H A D | Constants.cpp | 1463 case Instruction::FPTrunc: in getWithOperands() 2181 case Instruction::FPTrunc: in isDesirableCastOp() 2203 case Instruction::FPTrunc: in isSupportedCastOp() 3230 case Instruction::FPTrunc: in getAsInstruction()
|
| H A D | Instruction.cpp | 659 case FPTrunc: return "fptrunc"; in getOpcodeName()
|
| H A D | ConstantFold.cpp | 255 case Instruction::FPTrunc: in ConstantFoldCastInstruction()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | ObjCARCInstKind.cpp | 275 case Instruction::FPTrunc: in GetARCInstKind()
|
| H A D | TargetTransformInfo.cpp | 929 case Instruction::FPTrunc: in getCastContextHint()
|
| H A D | ValueTracking.cpp | 994 case Instruction::FPTrunc: in computeKnownBitsFromOperator() 3787 case Instruction::FPTrunc: in cannotBeOrderedLessThanZeroImpl() 5099 case Instruction::FPTrunc: { in computeKnownFPClass() 7912 case Instruction::FPTrunc: in lookThroughCast() 7916 CastedTo = ConstantFoldCastOperand(Instruction::FPTrunc, C, SrcTy, DL); in lookThroughCast()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineVectorOps.cpp | 1803 case Instruction::FPTrunc: in canEvaluateShuffled() 1895 case Instruction::FPTrunc: in buildNew() 1966 case Instruction::FPTrunc: in evaluateInDifferentElementOrder()
|
| H A D | InstCombineSimplifyDemanded.cpp | 1766 case Instruction::FPTrunc: in SimplifyDemandedVectorElts()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/AsmParser/ |
| H A D | LLLexer.cpp | 862 INSTKEYWORD(fptrunc, FPTrunc); in LexIdentifier()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZTargetTransformInfo.cpp | 923 if (Opcode == Instruction::FPTrunc) { in getCastInstrCost()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | TargetTransformInfoImpl.h | 1228 case Instruction::FPTrunc: in getInstructionCost()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUInstCombineIntrinsic.cpp | 241 if (User->getOpcode() == Instruction::FPTrunc && in simplifyAMDGCNImageIntrinsic()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/ |
| H A D | ExecutionEngine.cpp | 680 case Instruction::FPTrunc: { in getConstantValue()
|