/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsOs16.cpp | 91 case Instruction::FPTrunc: in needsFP()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | SpeculativeExecution.cpp | 239 case Instruction::FPTrunc: in ComputeSpeculationCost()
|
H A D | GVNSink.cpp | 512 case Instruction::FPTrunc: in lookupOrAdd()
|
/freebsd/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 | 515 HELPER_REGISTER_FP_CAST_VP(fptrunc, VP_FP_ROUND, FPTrunc, FP_ROUND, 1)
|
H A D | IRBuilder.h | 2112 return CreateCast(Instruction::FPTrunc, V, DestTy, Name); 2225 ? Instruction::FPTrunc
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | MVELaneInterleavingPass.cpp | 179 case Instruction::FPTrunc: in tryInterleave()
|
H A D | ARMTargetTransformInfo.cpp | 513 (Opcode == Instruction::FPExt || Opcode == Instruction::FPTrunc) && in getCastInstrCost() 2087 case Instruction::FPTrunc: in maybeLoweredToCall()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | VPlanAnalysis.cpp | 202 case Instruction::FPTrunc: in inferScalarTypeForRecipe()
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | ObjCARCInstKind.cpp | 275 case Instruction::FPTrunc: in GetARCInstKind()
|
H A D | TargetTransformInfo.cpp | 974 case Instruction::FPTrunc: in getCastContextHint()
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Instructions.cpp | 2727 case Instruction::FPTrunc: in isNoopCast() 2980 case FPTrunc: return new FPTruncInst (S, Ty, Name, InsertBefore); in Create() 3081 (SrcBits > DstBits ? Instruction::FPTrunc : Instruction::FPExt)); in CreateFPCast() 3206 return FPTrunc; // FP -> smaller FP in getCastOpcode() 3282 case Instruction::FPTrunc: in castIsValid() 3369 : CastInst(Ty, FPTrunc, S, Name, InsertBefore) { in FPTruncInst()
|
H A D | Constants.cpp | 1538 case Instruction::FPTrunc: in getWithOperands() 2402 case Instruction::FPTrunc: in isDesirableCastOp() 2424 case Instruction::FPTrunc: in isSupportedCastOp()
|
H A D | Instruction.cpp | 751 case FPTrunc: return "fptrunc"; in getOpcodeName()
|
H A D | ConstantFold.cpp | 195 case Instruction::FPTrunc: in ConstantFoldCastInstruction()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineVectorOps.cpp | 1811 case Instruction::FPTrunc: in canEvaluateShuffled() 1903 case Instruction::FPTrunc: in buildNew() 1974 case Instruction::FPTrunc: in evaluateInDifferentElementOrder()
|
H A D | InstCombineSimplifyDemanded.cpp | 1822 case Instruction::FPTrunc: in SimplifyDemandedVectorElts()
|
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/ |
H A D | LLLexer.cpp | 873 INSTKEYWORD(fptrunc, FPTrunc); in LexIdentifier()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZTargetTransformInfo.cpp | 925 if (Opcode == Instruction::FPTrunc) { in getCastInstrCost()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | TargetTransformInfoImpl.h | 1271 case Instruction::FPTrunc: in getInstructionCost()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUInstCombineIntrinsic.cpp | 241 if (User->getOpcode() == Instruction::FPTrunc && in simplifyAMDGCNImageIntrinsic()
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/ |
H A D | ExecutionEngine.cpp | 680 case Instruction::FPTrunc: { in getConstantValue()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86FastISel.cpp | 2457 I->getOpcode() == Instruction::FPTrunc) && in X86SelectFPExtOrFPTrunc() 3672 case Instruction::FPTrunc: in fastSelectInstruction()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | TargetLoweringBase.cpp | 1806 case FPTrunc: return ISD::FP_ROUND; in InstructionOpcodeToISD()
|