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.cpp1812 case Instruction::FPExt: in fastSelectInstruction()
/external/llvm/lib/Target/XCore/
DXCoreLowerThreadLocal.cpp116 case Instruction::FPExt: in createReplacementInstr()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineVectorOps.cpp589 case Instruction::FPExt: in CanEvaluateShuffled()
674 case Instruction::FPExt: { in buildNew()
752 case Instruction::FPExt: in EvaluateInDifferentElementOrder()
DInstCombineSimplifyDemanded.cpp1170 case Instruction::FPExt: in SimplifyDemandedVectorElts()
DInstCombineCasts.cpp1231 if (I->getOpcode() == Instruction::FPExt) in lookThroughFPExtensions()
/external/llvm/include/llvm/CodeGen/
DCallingConvLower.h49 FPExt, // The floating-point value is fp-extended in the location. enumerator
/external/llvm/lib/IR/
DInstructions.cpp2302 case Instruction::FPExt: in isNoopCast()
2580 case FPExt: return new FPExtInst (S, Ty, Name, InsertBefore); in Create()
2602 case FPExt: return new FPExtInst (S, Ty, Name, InsertAtEnd); in Create()
2772 (SrcBits > DstBits ? Instruction::FPTrunc : Instruction::FPExt)); in CreateFPCast()
2785 (SrcBits > DstBits ? Instruction::FPTrunc : Instruction::FPExt)); in CreateFPCast()
2967 return FPExt; // FP -> larger FP in getCastOpcode()
3045 case Instruction::FPExt: in castIsValid()
3173 ) : CastInst(Ty, FPExt, S, Name, InsertBefore) { in FPExtInst()
3179 ) : CastInst(Ty, FPExt, S, Name, InsertAtEnd) { in FPExtInst()
DInstruction.cpp243 case FPExt: return "fpext"; in getOpcodeName()
DConstants.cpp1193 case Instruction::FPExt: in getWithOperands()
1544 case Instruction::FPExt: in getCast()
1630 (SrcBits > DstBits ? Instruction::FPTrunc : Instruction::FPExt); in getFPCast()
1697 return getFoldedCast(Instruction::FPExt, C, Ty, OnlyIfReduced); in getFPExtend()
2988 case Instruction::FPExt: in getAsInstruction()
DConstantFold.cpp588 case Instruction::FPExt: in ConstantFoldCastInstruction()
1368 case Instruction::FPExt: in evaluateFCmpRelation()
1510 case Instruction::FPExt: in evaluateICmpRelation()
/external/llvm/include/llvm/IR/
DInstruction.def169 HANDLE_CAST_INST(44, FPExt , FPExtInst ) // Extend floating point
/external/llvm/lib/Analysis/
DCostModel.cpp443 case Instruction::FPExt: in getInstructionCost()
DObjCARCInstKind.cpp291 case Instruction::FPExt: in GetARCInstKind()
DConstantFolding.cpp1074 case Instruction::FPExt: in ConstantFoldInstOperands()
DValueTracking.cpp1152 case Instruction::FPExt: in computeKnownBitsFromOperator()
2568 case Instruction::FPExt: in CannotBeOrderedLessThanZero()
/external/llvm/lib/Target/CppBackend/
DCPPBackend.cpp850 case Instruction::FPExt: Out << "Instruction::FPExt"; break; in printConstant()
1396 case Instruction::FPExt: in printInstruction()
1411 case Instruction::FPExt: Out << "FPExtInst"; break; in printInstruction()
/external/llvm/lib/AsmParser/
DLLLexer.cpp732 INSTKEYWORD(fpext, FPExt); in LexIdentifier()
/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp1206 case Instruction::FPExt: in buildTree_rec()
1510 case Instruction::FPExt: in getEntryCost()
2240 case Instruction::FPExt: in vectorizeTree()
/external/llvm/lib/Target/X86/
DX86FastISel.cpp2139 assert((I->getOpcode() == Instruction::FPExt || in X86SelectFPExtOrFPTrunc()
3010 case CCValAssign::FPExt: in fastLowerCall()
3249 case Instruction::FPExt: in fastSelectInstruction()
/external/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp683 case Instruction::FPExt:{ in getConstantValue()
/external/llvm/include/llvm/Target/
DTargetLowering.h1555 case Instruction::FPExt: in isExtFree()
/external/llvm/lib/Transforms/Scalar/
DSCCP.cpp1337 case Instruction::FPExt: in ResolvedUndefsIn()
/external/llvm/lib/CodeGen/
DTargetLoweringBase.cpp1587 case FPExt: return ISD::FP_EXTEND; in InstructionOpcodeToISD()
/external/llvm/bindings/ocaml/llvm/
Dllvm.ml193 | FPExt Constructor

12