Home
last modified time | relevance | path

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

123

/netbsd-src/external/apache2/llvm/dist/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.
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DReplaceConstant.cpp59 case Instruction::FPExt: in createReplacementInstr()
H A DInstructions.cpp2698 case Instruction::FPExt: in isNoopCast()
2955 case FPExt: return new FPExtInst (S, Ty, Name, InsertBefore); in Create()
2977 case FPExt: return new FPExtInst (S, Ty, Name, InsertAtEnd); in Create()
3149 (SrcBits > DstBits ? Instruction::FPTrunc : Instruction::FPExt)); in CreateFPCast()
3162 (SrcBits > DstBits ? Instruction::FPTrunc : Instruction::FPExt)); in CreateFPCast()
3289 return FPExt; // FP -> larger FP in getCastOpcode()
3366 case Instruction::FPExt: in castIsValid()
3479 ) : CastInst(Ty, FPExt, S, Name, InsertBefore) { in FPExtInst()
3485 ) : CastInst(Ty, FPExt, S, Name, InsertAtEnd) { in FPExtInst()
H A DConstants.cpp1539 case Instruction::FPExt: in getWithOperands()
1994 case Instruction::FPExt: in getCast()
2079 (SrcBits > DstBits ? Instruction::FPTrunc : Instruction::FPExt); in getFPCast()
2146 return getFoldedCast(Instruction::FPExt, C, Ty, OnlyIfReduced); in getFPExtend()
3492 case Instruction::FPExt: in getAsInstruction()
H A DInstruction.cpp369 case FPExt: return "fpext"; in getOpcodeName()
H A DConstantFold.cpp629 case Instruction::FPExt: in ConstantFoldCastInstruction()
1653 case Instruction::FPExt: in evaluateFCmpRelation()
1800 case Instruction::FPExt: in evaluateICmpRelation()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsOs16.cpp91 case Instruction::FPExt: in needsFP()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DSpeculativeExecution.cpp238 case Instruction::FPExt: in ComputeSpeculationCost()
H A DGVNSink.cpp476 case Instruction::FPExt: in lookupOrAdd()
/netbsd-src/external/apache2/llvm/dist/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
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp1608 if (auto *FPExt = dyn_cast<FPExtInst>(V)) in getMinimumFPType() local
1609 return FPExt->getOperand(0)->getType(); in getMinimumFPType()
1622 if (FPCExt->getOpcode() == Instruction::FPExt) in getMinimumFPType()
1859 Instruction *InstCombinerImpl::visitFPExt(CastInst &FPExt) { in visitFPExt() argument
1862 Type *Ty = FPExt.getType(); in visitFPExt()
1863 Value *Src = FPExt.getOperand(0); in visitFPExt()
1870 return commonCastTransforms(FPExt); in visitFPExt()
H A DInstCombineVectorOps.cpp1517 case Instruction::FPExt: in canEvaluateShuffled()
1608 case Instruction::FPExt: { in buildNew()
1676 case Instruction::FPExt: in evaluateInDifferentElementOrder()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DMVELaneInterleavingPass.cpp188 case Instruction::FPExt: in tryInterleave()
H A DARMTargetTransformInfo.cpp431 (Opcode == Instruction::FPExt || Opcode == Instruction::FPTrunc) && in getCastInstrCost()
1792 case Instruction::FPExt: in maybeLoweredToCall()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DCallingConvLower.h51 FPExt, // The floating-point value is fp-extended in the location. enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp392 case Instruction::FPExt: in mightUseCTR()
693 case Instruction::FPExt: in mightUseCTR()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DCFLGraph.h539 case Instruction::FPExt: in visitConstantExpr()
H A DObjCARCInstKind.cpp276 case Instruction::FPExt: in GetARCInstKind()
H A DTargetTransformInfo.cpp756 case Instruction::FPExt: in getCastContextHint()
1377 case Instruction::FPExt: in getInstructionThroughput()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/
H A DLLLexer.cpp880 INSTKEYWORD(fpext, FPExt); in LexIdentifier()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h1008 case Instruction::FPExt: in getUserCost()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp845 if (Opcode == Instruction::FPExt) { in getCastInstrCost()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/
H A DAArch64CallLowering.cpp297 if (VA.getLocInfo() != CCValAssign::LocInfo::FPExt) { in assignValueToAddress()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86FastISel.cpp2462 assert((I->getOpcode() == Instruction::FPExt || in X86SelectFPExtOrFPTrunc()
3378 case CCValAssign::FPExt: in fastLowerCall()
3616 case Instruction::FPExt: in fastSelectInstruction()

123