| /llvm-project-15.0.7/llvm/lib/Target/AArch64/ |
| H A D | AArch64GenRegisterBankInfo.def | 107 // 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.
|
| /llvm-project-15.0.7/llvm/lib/Target/Mips/ |
| H A D | MipsOs16.cpp | 92 case Instruction::FPExt: in needsFP()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | SpeculativeExecution.cpp | 238 case Instruction::FPExt: in ComputeSpeculationCost()
|
| H A D | GVNSink.cpp | 485 case Instruction::FPExt: in lookupOrAdd()
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | ConstrainedOps.def | 57 DAG_INSTRUCTION(FPExt, 1, 0, experimental_constrained_fpext, FP_EXTEND)
|
| H A D | Instruction.def | 192 HANDLE_CAST_INST(46, FPExt , FPExtInst ) // Extend floating point
|
| H A D | VPIntrinsics.def | 275 HELPER_REGISTER_FP_CAST_VP(fpext, VP_FP_EXTEND, FPExt, 0)
|
| /llvm-project-15.0.7/llvm/lib/Target/ARM/ |
| H A D | MVELaneInterleavingPass.cpp | 188 case Instruction::FPExt: in tryInterleave()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineCasts.cpp | 1696 if (auto *FPExt = dyn_cast<FPExtInst>(V)) in getMinimumFPType() local 1697 return FPExt->getOperand(0)->getType(); in getMinimumFPType() 1710 if (FPCExt->getOpcode() == Instruction::FPExt) in getMinimumFPType() 1954 Instruction *InstCombinerImpl::visitFPExt(CastInst &FPExt) { in visitFPExt() argument 1957 Type *Ty = FPExt.getType(); in visitFPExt() 1958 Value *Src = FPExt.getOperand(0); in visitFPExt() 1965 return commonCastTransforms(FPExt); in visitFPExt()
|
| H A D | InstCombineVectorOps.cpp | 1481 CastOpcode = Instruction::FPExt; in narrowInsElt() 1681 case Instruction::FPExt: in canEvaluateShuffled() 1772 case Instruction::FPExt: { in buildNew() 1840 case Instruction::FPExt: in evaluateInDifferentElementOrder()
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | CallingConvLower.h | 49 FPExt, // The floating-point value is fp-extended in the location. enumerator
|
| /llvm-project-15.0.7/mlir/lib/Target/LLVMIR/ |
| H A D | ConvertFromLLVMIR.cpp | 649 INST(FPExt, FPExt), in lookupOperationNameFromOpcode() 822 case llvm::Instruction::FPExt: in processInstruction()
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | Instructions.cpp | 2929 case Instruction::FPExt: in isNoopCast() 3194 case FPExt: return new FPExtInst (S, Ty, Name, InsertBefore); in Create() 3216 case FPExt: return new FPExtInst (S, Ty, Name, InsertAtEnd); in Create() 3388 (SrcBits > DstBits ? Instruction::FPTrunc : Instruction::FPExt)); in CreateFPCast() 3401 (SrcBits > DstBits ? Instruction::FPTrunc : Instruction::FPExt)); in CreateFPCast() 3528 return FPExt; // FP -> larger FP in getCastOpcode() 3605 case Instruction::FPExt: in castIsValid() 3718 ) : CastInst(Ty, FPExt, S, Name, InsertBefore) { in FPExtInst() 3724 ) : CastInst(Ty, FPExt, S, Name, InsertAtEnd) { in FPExtInst()
|
| H A D | Constants.cpp | 1470 case Instruction::FPExt: in getWithOperands() 1961 case Instruction::FPExt: in getCast() 2057 (SrcBits > DstBits ? Instruction::FPTrunc : Instruction::FPExt); in getFPCast() 2124 return getFoldedCast(Instruction::FPExt, C, Ty, OnlyIfReduced); in getFPExtend() 3439 case Instruction::FPExt: in getAsInstruction()
|
| H A D | ConstantFold.cpp | 434 case Instruction::FPExt: in ConstantFoldCastInstruction() 1358 case Instruction::FPExt: in evaluateFCmpRelation() 1505 case Instruction::FPExt: in evaluateICmpRelation()
|
| H A D | Instruction.cpp | 399 case FPExt: return "fpext"; in getOpcodeName()
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | TargetTransformInfo.cpp | 809 case Instruction::FPExt: in getCastContextHint() 1170 case Instruction::FPExt: in getInstructionThroughput()
|
| H A D | CFLGraph.h | 540 case Instruction::FPExt: in visitConstantExpr()
|
| H A D | ObjCARCInstKind.cpp | 276 case Instruction::FPExt: in GetARCInstKind()
|
| /llvm-project-15.0.7/llvm/lib/Target/PowerPC/ |
| H A D | PPCTargetTransformInfo.cpp | 393 case Instruction::FPExt: in mightUseCTR() 701 case Instruction::FPExt: in mightUseCTR()
|
| /llvm-project-15.0.7/llvm/lib/AsmParser/ |
| H A D | LLLexer.cpp | 830 INSTKEYWORD(fpext, FPExt); in LexIdentifier()
|
| /llvm-project-15.0.7/llvm/lib/Target/SystemZ/ |
| H A D | SystemZTargetTransformInfo.cpp | 887 if (Opcode == Instruction::FPExt) { in getCastInstrCost()
|
| /llvm-project-15.0.7/llvm/include/llvm/Analysis/ |
| H A D | TargetTransformInfoImpl.h | 1070 case Instruction::FPExt: in getUserCost()
|
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/GISel/ |
| H A D | AArch64CallLowering.cpp | 310 if (VA.getLocInfo() != CCValAssign::LocInfo::FPExt) { in assignValueToAddress()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/ |
| H A D | VPlanRecipes.cpp | 586 case Instruction::FPExt: in execute()
|