Home
last modified time | relevance | path

Searched refs:FPExt (Results 1 – 25 of 53) sorted by relevance

123

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64GenRegisterBankInfo.def107 // 44: FPExt: 16 to 32. <-- This must match FPExt16To32Idx.
110 // 46: FPExt: 16 to 32. <-- This must match FPExt16To64Idx.
113 // 48: FPExt: 32 to 64. <-- This must match FPExt32To64Idx.
116 // 50: FPExt vector: 64 to 128. <-- This must match FPExt64To128Idx.
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsOs16.cpp92 case Instruction::FPExt: in needsFP()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSpeculativeExecution.cpp238 case Instruction::FPExt: in ComputeSpeculationCost()
H A DGVNSink.cpp513 case Instruction::FPExt: in lookupOrAdd()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstrainedOps.def57 DAG_INSTRUCTION(FPExt, 1, 0, experimental_constrained_fpext, FP_EXTEND)
H A DInstruction.def192 HANDLE_CAST_INST(46, FPExt , FPExtInst ) // Extend floating point
H A DVPIntrinsics.def518 HELPER_REGISTER_FP_CAST_VP(fpext, VP_FP_EXTEND, FPExt, FP_EXTEND, 0)
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp1636 if (auto *FPExt = dyn_cast<FPExtInst>(V)) in getMinimumFPType() local
1637 return FPExt->getOperand(0)->getType(); in getMinimumFPType()
1650 if (FPCExt->getOpcode() == Instruction::FPExt) in getMinimumFPType()
1896 Instruction *InstCombinerImpl::visitFPExt(CastInst &FPExt) { in visitFPExt() argument
1899 Type *Ty = FPExt.getType(); in visitFPExt()
1900 Value *Src = FPExt.getOperand(0); in visitFPExt()
1907 return commonCastTransforms(FPExt); in visitFPExt()
H A DInstCombineVectorOps.cpp1524 CastOpcode = Instruction::FPExt; in narrowInsElt()
1812 case Instruction::FPExt: in canEvaluateShuffled()
1904 case Instruction::FPExt: { in buildNew()
1975 case Instruction::FPExt: in evaluateInDifferentElementOrder()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DMVELaneInterleavingPass.cpp188 case Instruction::FPExt: in tryInterleave()
H A DARMTargetTransformInfo.cpp513 (Opcode == Instruction::FPExt || Opcode == Instruction::FPTrunc) && in getCastInstrCost()
2088 case Instruction::FPExt: in maybeLoweredToCall()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanAnalysis.cpp201 case Instruction::FPExt: in inferScalarTypeForRecipe()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DCallingConvLower.h51 FPExt, // The floating-point value is fp-extended in the location. enumerator
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLibCallsShrinkWrap.cpp104 V = ConstantFoldCastInstruction(Instruction::FPExt, V, Arg->getType()); in createCond()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DObjCARCInstKind.cpp276 case Instruction::FPExt: in GetARCInstKind()
H A DTargetTransformInfo.cpp970 case Instruction::FPExt: in getCastContextHint()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp2728 case Instruction::FPExt: in isNoopCast()
2981 case FPExt: return new FPExtInst (S, Ty, Name, InsertBefore); in Create()
3081 (SrcBits > DstBits ? Instruction::FPTrunc : Instruction::FPExt)); in CreateFPCast()
3208 return FPExt; // FP -> larger FP in getCastOpcode()
3285 case Instruction::FPExt: in castIsValid()
3375 : CastInst(Ty, FPExt, S, Name, InsertBefore) { in FPExtInst()
H A DConstants.cpp1539 case Instruction::FPExt: in getWithOperands()
2403 case Instruction::FPExt: in isDesirableCastOp()
2425 case Instruction::FPExt: in isSupportedCastOp()
H A DInstruction.cpp752 case FPExt: return "fpext"; in getOpcodeName()
H A DConstantFold.cpp196 case Instruction::FPExt: in ConstantFoldCastInstruction()
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLLexer.cpp874 INSTKEYWORD(fpext, FPExt); in LexIdentifier()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp934 if (Opcode == Instruction::FPExt) { in getCastInstrCost()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h1273 case Instruction::FPExt: in getInstructionCost()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FastISel.cpp2456 assert((I->getOpcode() == Instruction::FPExt || in X86SelectFPExtOrFPTrunc()
3427 case CCValAssign::FPExt: in fastLowerCall()
3670 case Instruction::FPExt: in fastSelectInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64CallLowering.cpp319 if (VA.getLocInfo() != CCValAssign::LocInfo::FPExt) { in assignValueToAddress()

123