| /minix3/external/bsd/llvm/dist/llvm/lib/Target/Mips/ |
| H A D | MipsOs16.cpp | 77 case Instruction::FPExt: in needsFP()
|
| H A D | MipsFastISel.cpp | 1142 case Instruction::FPExt: in fastSelectInstruction()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Transforms/ObjCARC/ |
| H A D | ObjCARCUtil.cpp | 225 case Instruction::FPTrunc: case Instruction::FPExt: in GetInstructionClass()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Target/XCore/ |
| H A D | XCoreLowerThreadLocal.cpp | 115 case Instruction::FPExt: in createReplacementInstr()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineVectorOps.cpp | 637 case Instruction::FPExt: in CanEvaluateShuffled() 722 case Instruction::FPExt: { in BuildNew() 799 case Instruction::FPExt: in EvaluateInDifferentElementOrder()
|
| H A D | InstCombineSimplifyDemanded.cpp | 1253 case Instruction::FPExt: in SimplifyDemandedVectorElts()
|
| H A D | InstCombineCasts.cpp | 1155 if (I->getOpcode() == Instruction::FPExt) in LookThroughFPExtensions()
|
| /minix3/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/ |
| H A D | CallingConvLower.h | 48 FPExt, // The floating-point value is fp-extended in the location. enumerator
|
| /minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/ |
| H A D | Instruction.def | 153 HANDLE_CAST_INST(41, FPExt , FPExtInst ) // Extend floating point
|
| H A D | IRBuilder.h | 1203 return CreateCast(Instruction::FPExt, V, DestTy, Name);
|
| /minix3/external/bsd/llvm/dist/llvm/lib/IR/ |
| H A D | Instructions.cpp | 2136 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 D | Instruction.cpp | 228 case FPExt: return "fpext"; in getOpcodeName()
|
| H A D | Constants.cpp | 1227 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 D | ConstantFold.cpp | 576 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 D | CostModel.cpp | 447 case Instruction::FPExt: in getInstructionCost()
|
| H A D | ConstantFolding.cpp | 1082 case Instruction::FPExt: in ConstantFoldInstOperands()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Target/CppBackend/ |
| H A D | CPPBackend.cpp | 848 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 D | LLLexer.cpp | 707 INSTKEYWORD(fpext, FPExt); in LexIdentifier()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Vectorize/ |
| H A D | SLPVectorizer.cpp | 1220 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 D | ExecutionEngine.cpp | 592 case Instruction::FPExt:{ in getConstantValue()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Scalar/ |
| H A D | SCCP.cpp | 1328 case Instruction::FPExt: in ResolvedUndefsIn()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86FastISel.cpp | 2804 case CCValAssign::FPExt: in fastLowerCall() 3043 case Instruction::FPExt: in fastSelectInstruction()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/ |
| H A D | TargetLoweringBase.cpp | 1423 case FPExt: return ISD::FP_EXTEND; in InstructionOpcodeToISD()
|
| /minix3/external/bsd/llvm/dist/llvm/bindings/ocaml/llvm/ |
| H A D | llvm.ml | 193 | FPExt Constructor
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Target/PowerPC/ |
| H A D | PPCFastISel.cpp | 1808 case Instruction::FPExt: in fastSelectInstruction()
|