Home
last modified time | relevance | path

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

12

/external/llvm/lib/Target/Mips/
DMipsOs16.cpp94 case Instruction::FPExt: in needsFP()
DMipsFastISel.cpp1414 case Instruction::FPExt: in fastSelectInstruction()
/external/llvm/lib/Target/XCore/
DXCoreLowerThreadLocal.cpp116 case Instruction::FPExt: in createReplacementInstr()
/external/llvm/lib/IR/
DInstructions.cpp2033 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()
DInstruction.cpp228 case FPExt: return "fpext"; in getOpcodeName()
DConstants.cpp1229 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()
DConstantFold.cpp588 case Instruction::FPExt: in ConstantFoldCastInstruction()
1362 case Instruction::FPExt: in evaluateFCmpRelation()
1504 case Instruction::FPExt: in evaluateICmpRelation()
/external/llvm/include/llvm/IR/
DInstruction.def153 HANDLE_CAST_INST(41, FPExt , FPExtInst ) // Extend floating point
/external/llvm/include/llvm/CodeGen/
DCallingConvLower.h48 FPExt, // The floating-point value is fp-extended in the location. enumerator
/external/llvm/lib/Transforms/InstCombine/
DInstCombineVectorOps.cpp638 case Instruction::FPExt: in CanEvaluateShuffled()
723 case Instruction::FPExt: { in BuildNew()
801 case Instruction::FPExt: in EvaluateInDifferentElementOrder()
DInstCombineSimplifyDemanded.cpp1249 case Instruction::FPExt: in SimplifyDemandedVectorElts()
DInstCombineCasts.cpp1158 if (I->getOpcode() == Instruction::FPExt) in LookThroughFPExtensions()
/external/llvm/lib/Analysis/
DCostModel.cpp448 case Instruction::FPExt: in getInstructionCost()
DValueTracking.cpp1135 case Instruction::FPExt: in computeKnownBits()
2299 case Instruction::FPExt: in CannotBeOrderedLessThanZero()
DConstantFolding.cpp1072 case Instruction::FPExt: in ConstantFoldInstOperands()
/external/llvm/lib/Transforms/ObjCARC/
DARCInstKind.cpp289 case Instruction::FPExt: in GetARCInstKind()
/external/llvm/lib/Target/CppBackend/
DCPPBackend.cpp851 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/
DLLLexer.cpp716 INSTKEYWORD(fpext, FPExt); in LexIdentifier()
/external/llvm/lib/Target/X86/
DX86FastISel.cpp2108 assert((I->getOpcode() == Instruction::FPExt || in X86SelectFPExtOrFPTrunc()
2975 case CCValAssign::FPExt: in fastLowerCall()
3214 case Instruction::FPExt: in fastSelectInstruction()
/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp1152 case Instruction::FPExt: in buildTree_rec()
1456 case Instruction::FPExt: in getEntryCost()
2164 case Instruction::FPExt: in vectorizeTree()
DLoopVectorize.cpp3268 case Instruction::FPExt: in vectorizeBlockInLoop()
5157 case Instruction::FPExt: in getInstructionCost()
/external/llvm/include/llvm/Target/
DTargetLowering.h1513 case Instruction::FPExt: in isExtFree()
/external/llvm/lib/Transforms/Scalar/
DSCCP.cpp1329 case Instruction::FPExt: in ResolvedUndefsIn()
/external/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp660 case Instruction::FPExt:{ in getConstantValue()
/external/llvm/lib/CodeGen/
DTargetLoweringBase.cpp1561 case FPExt: return ISD::FP_EXTEND; in InstructionOpcodeToISD()

12