| /netbsd-src/external/apache2/llvm/dist/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.
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
| H A D | ReplaceConstant.cpp | 59 case Instruction::FPExt: in createReplacementInstr()
|
| H A D | Instructions.cpp | 2698 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 D | Constants.cpp | 1539 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 D | Instruction.cpp | 369 case FPExt: return "fpext"; in getOpcodeName()
|
| H A D | ConstantFold.cpp | 629 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 D | MipsOs16.cpp | 91 case Instruction::FPExt: in needsFP()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
| H A D | SpeculativeExecution.cpp | 238 case Instruction::FPExt: in ComputeSpeculationCost()
|
| H A D | GVNSink.cpp | 476 case Instruction::FPExt: in lookupOrAdd()
|
| /netbsd-src/external/apache2/llvm/dist/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
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineCasts.cpp | 1608 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 D | InstCombineVectorOps.cpp | 1517 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 D | MVELaneInterleavingPass.cpp | 188 case Instruction::FPExt: in tryInterleave()
|
| H A D | ARMTargetTransformInfo.cpp | 431 (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 D | CallingConvLower.h | 51 FPExt, // The floating-point value is fp-extended in the location. enumerator
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
| H A D | PPCTargetTransformInfo.cpp | 392 case Instruction::FPExt: in mightUseCTR() 693 case Instruction::FPExt: in mightUseCTR()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| H A D | CFLGraph.h | 539 case Instruction::FPExt: in visitConstantExpr()
|
| H A D | ObjCARCInstKind.cpp | 276 case Instruction::FPExt: in GetARCInstKind()
|
| H A D | TargetTransformInfo.cpp | 756 case Instruction::FPExt: in getCastContextHint() 1377 case Instruction::FPExt: in getInstructionThroughput()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/ |
| H A D | LLLexer.cpp | 880 INSTKEYWORD(fpext, FPExt); in LexIdentifier()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
| H A D | TargetTransformInfoImpl.h | 1008 case Instruction::FPExt: in getUserCost()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/ |
| H A D | SystemZTargetTransformInfo.cpp | 845 if (Opcode == Instruction::FPExt) { in getCastInstrCost()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/ |
| H A D | AArch64CallLowering.cpp | 297 if (VA.getLocInfo() != CCValAssign::LocInfo::FPExt) { in assignValueToAddress()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86FastISel.cpp | 2462 assert((I->getOpcode() == Instruction::FPExt || in X86SelectFPExtOrFPTrunc() 3378 case CCValAssign::FPExt: in fastLowerCall() 3616 case Instruction::FPExt: in fastSelectInstruction()
|