Home
last modified time | relevance | path

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

12

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
HDMipsOs16.cpp91 case Instruction::FPTrunc: in needsFP()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDSpeculativeExecution.cpp239 case Instruction::FPTrunc: in ComputeSpeculationCost()
HDGVNSink.cpp512 case Instruction::FPTrunc: in lookupOrAdd()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDConstrainedOps.def62 DAG_INSTRUCTION(FPTrunc, 1, 1, experimental_constrained_fptrunc, FP_ROUND)
HDInstruction.def191 HANDLE_CAST_INST(45, FPTrunc , FPTruncInst ) // Truncate floating point
HDVPIntrinsics.def515 HELPER_REGISTER_FP_CAST_VP(fptrunc, VP_FP_ROUND, FPTrunc, FP_ROUND, 1)
HDIRBuilder.h2112 return CreateCast(Instruction::FPTrunc, V, DestTy, Name);
2225 ? Instruction::FPTrunc
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
HDVPlanAnalysis.cpp202 case Instruction::FPTrunc: in inferScalarTypeForRecipe()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
HDMVELaneInterleavingPass.cpp179 case Instruction::FPTrunc: in tryInterleave()
HDARMTargetTransformInfo.cpp513 (Opcode == Instruction::FPExt || Opcode == Instruction::FPTrunc) && in getCastInstrCost()
2087 case Instruction::FPTrunc: in maybeLoweredToCall()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
HDObjCARCInstKind.cpp275 case Instruction::FPTrunc: in GetARCInstKind()
HDTargetTransformInfo.cpp974 case Instruction::FPTrunc: in getCastContextHint()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
HDInstructions.cpp2727 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()
HDConstants.cpp1538 case Instruction::FPTrunc: in getWithOperands()
2402 case Instruction::FPTrunc: in isDesirableCastOp()
2424 case Instruction::FPTrunc: in isSupportedCastOp()
HDInstruction.cpp751 case FPTrunc: return "fptrunc"; in getOpcodeName()
HDConstantFold.cpp195 case Instruction::FPTrunc: in ConstantFoldCastInstruction()
HDConstantRange.cpp818 case Instruction::FPTrunc: in castOp()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
HDInstCombineVectorOps.cpp1811 case Instruction::FPTrunc: in canEvaluateShuffled()
1903 case Instruction::FPTrunc: in buildNew()
1974 case Instruction::FPTrunc: in evaluateInDifferentElementOrder()
HDInstCombineSimplifyDemanded.cpp1822 case Instruction::FPTrunc: in SimplifyDemandedVectorElts()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/AsmParser/
HDLLLexer.cpp873 INSTKEYWORD(fptrunc, FPTrunc); in LexIdentifier()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
HDSystemZTargetTransformInfo.cpp925 if (Opcode == Instruction::FPTrunc) { in getCastInstrCost()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDTargetTransformInfoImpl.h1271 case Instruction::FPTrunc: in getInstructionCost()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/
HDExecutionEngine.cpp680 case Instruction::FPTrunc: { in getConstantValue()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDAMDGPUInstCombineIntrinsic.cpp241 if (User->getOpcode() == Instruction::FPTrunc && in simplifyAMDGCNImageIntrinsic()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86FastISel.cpp2457 I->getOpcode() == Instruction::FPTrunc) && in X86SelectFPExtOrFPTrunc()
3672 case Instruction::FPTrunc: in fastSelectInstruction()

12