Home
last modified time | relevance | path

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

12

/minix3/external/bsd/llvm/dist/llvm/lib/Target/Mips/
H A DMipsOs16.cpp77 case Instruction::FPExt: in needsFP()
H A DMipsFastISel.cpp1142 case Instruction::FPExt: in fastSelectInstruction()
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/ObjCARC/
H A DObjCARCUtil.cpp225 case Instruction::FPTrunc: case Instruction::FPExt: in GetInstructionClass()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/XCore/
H A DXCoreLowerThreadLocal.cpp115 case Instruction::FPExt: in createReplacementInstr()
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp637 case Instruction::FPExt: in CanEvaluateShuffled()
722 case Instruction::FPExt: { in BuildNew()
799 case Instruction::FPExt: in EvaluateInDifferentElementOrder()
H A DInstCombineSimplifyDemanded.cpp1253 case Instruction::FPExt: in SimplifyDemandedVectorElts()
H A DInstCombineCasts.cpp1155 if (I->getOpcode() == Instruction::FPExt) in LookThroughFPExtensions()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/
H A DCallingConvLower.h48 FPExt, // The floating-point value is fp-extended in the location. enumerator
/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DInstruction.def153 HANDLE_CAST_INST(41, FPExt , FPExtInst ) // Extend floating point
H A DIRBuilder.h1203 return CreateCast(Instruction::FPExt, V, DestTy, Name);
/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DInstructions.cpp2136 case Instruction::FPExt: in isNoopCast()
2415 case FPExt: return new FPExtInst (S, Ty, Name, InsertBefore); in Create()
2437 case FPExt: return new FPExtInst (S, Ty, Name, InsertAtEnd); in Create()
2607 (SrcBits > DstBits ? Instruction::FPTrunc : Instruction::FPExt)); in CreateFPCast()
2620 (SrcBits > DstBits ? Instruction::FPTrunc : Instruction::FPExt)); in CreateFPCast()
2808 return FPExt; // FP -> larger FP in getCastOpcode()
2890 case Instruction::FPExt: in castIsValid()
3018 ) : CastInst(Ty, FPExt, S, Name, InsertBefore) { in FPExtInst()
3024 ) : CastInst(Ty, FPExt, S, Name, InsertAtEnd) { in FPExtInst()
H A DInstruction.cpp228 case FPExt: return "fpext"; in getOpcodeName()
H A DConstants.cpp1227 case Instruction::FPExt: in getWithOperands()
1582 case Instruction::FPExt: in getCast()
1668 (SrcBits > DstBits ? Instruction::FPTrunc : Instruction::FPExt); in getFPCast()
1735 return getFoldedCast(Instruction::FPExt, C, Ty, OnlyIfReduced); in getFPExtend()
2932 case Instruction::FPExt: in getAsInstruction()
H A DConstantFold.cpp576 case Instruction::FPExt: in ConstantFoldCastInstruction()
1349 case Instruction::FPExt: in evaluateFCmpRelation()
1491 case Instruction::FPExt: in evaluateICmpRelation()
/minix3/external/bsd/llvm/dist/llvm/lib/Analysis/
H A DCostModel.cpp447 case Instruction::FPExt: in getInstructionCost()
H A DConstantFolding.cpp1082 case Instruction::FPExt: in ConstantFoldInstOperands()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/CppBackend/
H A DCPPBackend.cpp848 case Instruction::FPExt: Out << "Instruction::FPExt"; break; in printConstant()
1399 case Instruction::FPExt: in printInstruction()
1414 case Instruction::FPExt: Out << "FPExtInst"; break; in printInstruction()
/minix3/external/bsd/llvm/dist/llvm/lib/AsmParser/
H A DLLLexer.cpp707 INSTKEYWORD(fpext, FPExt); in LexIdentifier()
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp1220 case Instruction::FPExt: in buildTree_rec()
1513 case Instruction::FPExt: in getEntryCost()
2028 case Instruction::FPExt: in vectorizeTree()
/minix3/external/bsd/llvm/dist/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp592 case Instruction::FPExt:{ in getConstantValue()
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp1328 case Instruction::FPExt: in ResolvedUndefsIn()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/
H A DX86FastISel.cpp2804 case CCValAssign::FPExt: in fastLowerCall()
3043 case Instruction::FPExt: in fastSelectInstruction()
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1423 case FPExt: return ISD::FP_EXTEND; in InstructionOpcodeToISD()
/minix3/external/bsd/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm.ml193 | FPExt Constructor
/minix3/external/bsd/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp1808 case Instruction::FPExt: in fastSelectInstruction()

12