| /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 | 431 case Instruction::FPTrunc: in lookupOrAdd()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/ |
| H A D | Values.def | 126 OP(FPTrunc) \
|
| H A D | Instruction.h | 2291 case llvm::Instruction::FPTrunc: in getCastOpcode() 2292 return Opcode::FPTrunc; in getCastOpcode() 2359 class FPTruncInst final : public CastInstImpl<Instruction::Opcode::FPTrunc> {};
|
| /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 | Operator.h | 363 case Instruction::FPTrunc:
|
| H A D | VPIntrinsics.def | 487 HELPER_REGISTER_FP_CAST_VP(fptrunc, VP_FP_ROUND, FPTrunc, FP_ROUND)
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/SandboxVectorizer/ |
| H A D | Legality.cpp | 89 case Instruction::Opcode::FPTrunc: in notVectorizableBasedOnOpcodesAndTypes()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | MVELaneInterleavingPass.cpp | 173 case Instruction::FPTrunc: in tryInterleave()
|
| H A D | ARMTargetTransformInfo.cpp | 533 (Opcode == Instruction::FPExt || Opcode == Instruction::FPTrunc) && in getCastInstrCost() 2211 case Instruction::FPTrunc: in maybeLoweredToCall()
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | ObjCARCInstKind.cpp | 275 case Instruction::FPTrunc: in GetARCInstKind()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/SandboxVectorizer/Passes/ |
| H A D | BottomUpVec.cpp | 93 case Instruction::Opcode::FPTrunc: in createVectorInstr()
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Instructions.cpp | 2790 case Instruction::FPTrunc: in isNoopCast() 3043 case FPTrunc: return new FPTruncInst (S, Ty, Name, InsertBefore); in Create() 3144 (SrcBits > DstBits ? Instruction::FPTrunc : Instruction::FPExt)); in CreateFPCast() 3266 return FPTrunc; // FP -> smaller FP in getCastOpcode() 3336 case Instruction::FPTrunc: in castIsValid() 3423 : CastInst(Ty, FPTrunc, S, Name, InsertBefore) { in FPTruncInst()
|
| H A D | Constants.cpp | 1564 case Instruction::FPTrunc: in getWithOperands() 2430 case Instruction::FPTrunc: in isDesirableCastOp() 2452 case Instruction::FPTrunc: in isSupportedCastOp()
|
| H A D | Instruction.cpp | 813 case FPTrunc: return "fptrunc"; in getOpcodeName()
|
| H A D | ConstantFold.cpp | 197 case Instruction::FPTrunc: in ConstantFoldCastInstruction()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineVectorOps.cpp | 1889 case Instruction::FPTrunc: in canEvaluateShuffled() 1981 case Instruction::FPTrunc: in buildNew() 2052 case Instruction::FPTrunc: in evaluateInDifferentElementOrder()
|
| /freebsd/contrib/llvm-project/llvm/lib/SandboxIR/ |
| H A D | Instruction.cpp | 1020 case Instruction::Opcode::FPTrunc: in getLLVMCastOp() 1021 return static_cast<llvm::Instruction::CastOps>(llvm::Instruction::FPTrunc); in getLLVMCastOp()
|
| H A D | Context.cpp | 264 case llvm::Instruction::FPTrunc: in getOrCreateValueInternal()
|
| /freebsd/contrib/llvm-project/llvm/lib/AsmParser/ |
| H A D | LLLexer.cpp | 923 INSTKEYWORD(fptrunc, FPTrunc); in LexIdentifier()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZTargetTransformInfo.cpp | 1052 if (Opcode == Instruction::FPTrunc) { in getCastInstrCost()
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/ |
| H A D | ExecutionEngine.cpp | 679 case Instruction::FPTrunc: { in getConstantValue()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | TargetTransformInfoImpl.h | 1444 case Instruction::FPTrunc: in getInstructionCost()
|