Home
last modified time | relevance | path

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

123

/llvm-project-15.0.7/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.
/llvm-project-15.0.7/llvm/lib/Target/Mips/
H A DMipsOs16.cpp92 case Instruction::FPExt: in needsFP()
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DSpeculativeExecution.cpp238 case Instruction::FPExt: in ComputeSpeculationCost()
H A DGVNSink.cpp485 case Instruction::FPExt: in lookupOrAdd()
/llvm-project-15.0.7/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.def275 HELPER_REGISTER_FP_CAST_VP(fpext, VP_FP_EXTEND, FPExt, 0)
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DMVELaneInterleavingPass.cpp188 case Instruction::FPExt: in tryInterleave()
/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp1696 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 DInstCombineVectorOps.cpp1481 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 DCallingConvLower.h49 FPExt, // The floating-point value is fp-extended in the location. enumerator
/llvm-project-15.0.7/mlir/lib/Target/LLVMIR/
H A DConvertFromLLVMIR.cpp649 INST(FPExt, FPExt), in lookupOperationNameFromOpcode()
822 case llvm::Instruction::FPExt: in processInstruction()
/llvm-project-15.0.7/llvm/lib/IR/
H A DInstructions.cpp2929 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 DConstants.cpp1470 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 DConstantFold.cpp434 case Instruction::FPExt: in ConstantFoldCastInstruction()
1358 case Instruction::FPExt: in evaluateFCmpRelation()
1505 case Instruction::FPExt: in evaluateICmpRelation()
H A DInstruction.cpp399 case FPExt: return "fpext"; in getOpcodeName()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp809 case Instruction::FPExt: in getCastContextHint()
1170 case Instruction::FPExt: in getInstructionThroughput()
H A DCFLGraph.h540 case Instruction::FPExt: in visitConstantExpr()
H A DObjCARCInstKind.cpp276 case Instruction::FPExt: in GetARCInstKind()
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp393 case Instruction::FPExt: in mightUseCTR()
701 case Instruction::FPExt: in mightUseCTR()
/llvm-project-15.0.7/llvm/lib/AsmParser/
H A DLLLexer.cpp830 INSTKEYWORD(fpext, FPExt); in LexIdentifier()
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp887 if (Opcode == Instruction::FPExt) { in getCastInstrCost()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h1070 case Instruction::FPExt: in getUserCost()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/GISel/
H A DAArch64CallLowering.cpp310 if (VA.getLocInfo() != CCValAssign::LocInfo::FPExt) { in assignValueToAddress()
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp586 case Instruction::FPExt: in execute()

123