/external/llvm/lib/Target/Mips/ |
D | MipsOs16.cpp | 94 case Instruction::FPExt: in needsFP()
|
D | MipsFastISel.cpp | 1414 case Instruction::FPExt: in fastSelectInstruction()
|
/external/llvm/lib/Target/XCore/ |
D | XCoreLowerThreadLocal.cpp | 116 case Instruction::FPExt: in createReplacementInstr()
|
/external/llvm/lib/IR/ |
D | Instructions.cpp | 2033 case Instruction::FPExt: in isNoopCast() 2306 case FPExt: return new FPExtInst (S, Ty, Name, InsertBefore); in Create() 2328 case FPExt: return new FPExtInst (S, Ty, Name, InsertAtEnd); in Create() 2498 (SrcBits > DstBits ? Instruction::FPTrunc : Instruction::FPExt)); in CreateFPCast() 2511 (SrcBits > DstBits ? Instruction::FPTrunc : Instruction::FPExt)); in CreateFPCast() 2693 return FPExt; // FP -> larger FP in getCastOpcode() 2771 case Instruction::FPExt: in castIsValid() 2899 ) : CastInst(Ty, FPExt, S, Name, InsertBefore) { in FPExtInst() 2905 ) : CastInst(Ty, FPExt, S, Name, InsertAtEnd) { in FPExtInst()
|
D | Instruction.cpp | 228 case FPExt: return "fpext"; in getOpcodeName()
|
D | Constants.cpp | 1229 case Instruction::FPExt: in getWithOperands() 1584 case Instruction::FPExt: in getCast() 1670 (SrcBits > DstBits ? Instruction::FPTrunc : Instruction::FPExt); in getFPCast() 1737 return getFoldedCast(Instruction::FPExt, C, Ty, OnlyIfReduced); in getFPExtend() 2983 case Instruction::FPExt: in getAsInstruction()
|
D | ConstantFold.cpp | 588 case Instruction::FPExt: in ConstantFoldCastInstruction() 1362 case Instruction::FPExt: in evaluateFCmpRelation() 1504 case Instruction::FPExt: in evaluateICmpRelation()
|
/external/llvm/include/llvm/IR/ |
D | Instruction.def | 153 HANDLE_CAST_INST(41, FPExt , FPExtInst ) // Extend floating point
|
/external/llvm/include/llvm/CodeGen/ |
D | CallingConvLower.h | 48 FPExt, // The floating-point value is fp-extended in the location. enumerator
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineVectorOps.cpp | 638 case Instruction::FPExt: in CanEvaluateShuffled() 723 case Instruction::FPExt: { in BuildNew() 801 case Instruction::FPExt: in EvaluateInDifferentElementOrder()
|
D | InstCombineSimplifyDemanded.cpp | 1249 case Instruction::FPExt: in SimplifyDemandedVectorElts()
|
D | InstCombineCasts.cpp | 1158 if (I->getOpcode() == Instruction::FPExt) in LookThroughFPExtensions()
|
/external/llvm/lib/Analysis/ |
D | CostModel.cpp | 448 case Instruction::FPExt: in getInstructionCost()
|
D | ValueTracking.cpp | 1135 case Instruction::FPExt: in computeKnownBits() 2299 case Instruction::FPExt: in CannotBeOrderedLessThanZero()
|
D | ConstantFolding.cpp | 1072 case Instruction::FPExt: in ConstantFoldInstOperands()
|
/external/llvm/lib/Transforms/ObjCARC/ |
D | ARCInstKind.cpp | 289 case Instruction::FPExt: in GetARCInstKind()
|
/external/llvm/lib/Target/CppBackend/ |
D | CPPBackend.cpp | 851 case Instruction::FPExt: Out << "Instruction::FPExt"; break; in printConstant() 1402 case Instruction::FPExt: in printInstruction() 1417 case Instruction::FPExt: Out << "FPExtInst"; break; in printInstruction()
|
/external/llvm/lib/AsmParser/ |
D | LLLexer.cpp | 716 INSTKEYWORD(fpext, FPExt); in LexIdentifier()
|
/external/llvm/lib/Target/X86/ |
D | X86FastISel.cpp | 2108 assert((I->getOpcode() == Instruction::FPExt || in X86SelectFPExtOrFPTrunc() 2975 case CCValAssign::FPExt: in fastLowerCall() 3214 case Instruction::FPExt: in fastSelectInstruction()
|
/external/llvm/lib/Transforms/Vectorize/ |
D | SLPVectorizer.cpp | 1152 case Instruction::FPExt: in buildTree_rec() 1456 case Instruction::FPExt: in getEntryCost() 2164 case Instruction::FPExt: in vectorizeTree()
|
D | LoopVectorize.cpp | 3268 case Instruction::FPExt: in vectorizeBlockInLoop() 5157 case Instruction::FPExt: in getInstructionCost()
|
/external/llvm/include/llvm/Target/ |
D | TargetLowering.h | 1513 case Instruction::FPExt: in isExtFree()
|
/external/llvm/lib/Transforms/Scalar/ |
D | SCCP.cpp | 1329 case Instruction::FPExt: in ResolvedUndefsIn()
|
/external/llvm/lib/ExecutionEngine/ |
D | ExecutionEngine.cpp | 660 case Instruction::FPExt:{ in getConstantValue()
|
/external/llvm/lib/CodeGen/ |
D | TargetLoweringBase.cpp | 1561 case FPExt: return ISD::FP_EXTEND; in InstructionOpcodeToISD()
|