/external/llvm/lib/Target/Mips/ |
D | MipsOs16.cpp | 94 case Instruction::FPExt: in needsFP()
|
/external/swiftshader/third_party/subzero/pnacl-llvm/ |
D | NaClBitcodeDecoders.cpp | 47 LLVMOpcode = Instruction::FPExt; in DecodeCastOpcode()
|
/external/llvm/lib/Target/XCore/ |
D | XCoreLowerThreadLocal.cpp | 116 case Instruction::FPExt: in createReplacementInstr()
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Instructions.cpp | 2051 case Instruction::FPExt: in isNoopCast() 2257 case FPExt: return new FPExtInst (S, Ty, Name, InsertBefore); in Create() 2280 case FPExt: return new FPExtInst (S, Ty, Name, InsertAtEnd); in Create() 2404 (SrcBits > DstBits ? Instruction::FPTrunc : Instruction::FPExt)); in CreateFPCast() 2417 (SrcBits > DstBits ? Instruction::FPTrunc : Instruction::FPExt)); in CreateFPCast() 2552 return FPExt; // FP -> larger FP in getCastOpcode() 2636 case Instruction::FPExt: in castIsValid() 2713 ) : CastInst(Ty, FPExt, S, Name, InsertBefore) { in FPExtInst() 2719 ) : CastInst(Ty, FPExt, S, Name, InsertAtEnd) { in FPExtInst()
|
D | Constants.cpp | 808 case Instruction::FPExt: in getWithOperandReplaced() 876 case Instruction::FPExt: in getWithOperands() 1244 case Instruction::FPExt: return getFPExtend(C, Ty); in getCast() 1304 (SrcBits > DstBits ? Instruction::FPTrunc : Instruction::FPExt); in getFPCast() 1371 return getFoldedCast(Instruction::FPExt, C, Ty); in getFPExtend()
|
D | Instruction.cpp | 141 case FPExt: return "fpext"; in getOpcodeName()
|
D | ConstantFold.cpp | 570 case Instruction::FPExt: in ConstantFoldCastInstruction() 1574 case Instruction::FPExt: in evaluateFCmpRelation() 1695 case Instruction::FPExt: in evaluateICmpRelation()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineVectorOps.cpp | 678 case Instruction::FPExt: in CanEvaluateShuffled() 763 case Instruction::FPExt: { in buildNew() 841 case Instruction::FPExt: in EvaluateInDifferentElementOrder()
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
D | Instruction.def | 154 HANDLE_CAST_INST(42, FPExt , FPExtInst ) // Extend floating point
|
/external/llvm/lib/IR/ |
D | Instructions.cpp | 2377 case Instruction::FPExt: in isNoopCast() 2655 case FPExt: return new FPExtInst (S, Ty, Name, InsertBefore); in Create() 2677 case FPExt: return new FPExtInst (S, Ty, Name, InsertAtEnd); in Create() 2847 (SrcBits > DstBits ? Instruction::FPTrunc : Instruction::FPExt)); in CreateFPCast() 2860 (SrcBits > DstBits ? Instruction::FPTrunc : Instruction::FPExt)); in CreateFPCast() 3042 return FPExt; // FP -> larger FP in getCastOpcode() 3120 case Instruction::FPExt: in castIsValid() 3248 ) : CastInst(Ty, FPExt, S, Name, InsertBefore) { in FPExtInst() 3254 ) : CastInst(Ty, FPExt, S, Name, InsertAtEnd) { in FPExtInst()
|
D | Instruction.cpp | 306 case FPExt: return "fpext"; in getOpcodeName()
|
D | Constants.cpp | 1142 case Instruction::FPExt: in getWithOperands() 1475 case Instruction::FPExt: in getCast() 1560 (SrcBits > DstBits ? Instruction::FPTrunc : Instruction::FPExt); in getFPCast() 1627 return getFoldedCast(Instruction::FPExt, C, Ty, OnlyIfReduced); in getFPExtend() 2858 case Instruction::FPExt: in getAsInstruction()
|
D | ConstantFold.cpp | 587 case Instruction::FPExt: in ConstantFoldCastInstruction() 1381 case Instruction::FPExt: in evaluateFCmpRelation() 1523 case Instruction::FPExt: in evaluateICmpRelation()
|
/external/llvm/include/llvm/IR/ |
D | Instruction.def | 169 HANDLE_CAST_INST(44, FPExt , FPExtInst ) // Extend floating point
|
/external/llvm/include/llvm/CodeGen/ |
D | CallingConvLower.h | 49 FPExt, // The floating-point value is fp-extended in the location. enumerator
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Instruction.def | 169 HANDLE_CAST_INST(44, FPExt , FPExtInst ) // Extend floating point
|
/external/llvm/lib/Analysis/ |
D | CostModel.cpp | 443 case Instruction::FPExt: in getInstructionCost()
|
D | ObjCARCInstKind.cpp | 295 case Instruction::FPExt: in GetARCInstKind()
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/ |
D | fetch_jit.cpp | 875 …rgs args = std::forward_as_tuple(vGatherResult, pVtxOut, Instruction::CastOps::FPExt, CONVERT_NONE, in JitGatherVertices() 1499 (extendType == Instruction::CastOps::FPExt)) in Shuffle16bpcGather() 1502 bool bFP = (extendType == Instruction::CastOps::FPExt) ? true : false; in Shuffle16bpcGather()
|
/external/swiftshader/third_party/LLVM/lib/Target/CppBackend/ |
D | CPPBackend.cpp | 786 case Instruction::FPExt: Out << "Instruction::FPExt"; break; in printConstant() 1295 case Instruction::FPExt: in printInstruction() 1310 case Instruction::FPExt: Out << "FPExtInst"; break; in printInstruction()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCCTRLoops.cpp | 446 case Instruction::FPExt: in mightUseCTR()
|
/external/swiftshader/third_party/LLVM/lib/Target/CBackend/ |
D | CBackend.cpp | 695 case Instruction::FPExt: in printCast() 739 case Instruction::FPExt: in printCast() 758 case Instruction::FPExt: in printConstant() 1150 case Instruction::FPExt: in printConstExprCast()
|
/external/swiftshader/third_party/LLVM/lib/AsmParser/ |
D | LLLexer.cpp | 629 INSTKEYWORD(fpext, FPExt); in LexIdentifier()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
D | InstCombineCasts.cpp | 1157 if (I->getOpcode() == Instruction::FPExt) in LookThroughFPExtensions() 1223 if (Arg && Arg->getOpcode() == Instruction::FPExt && in visitFPTrunc()
|
/external/llvm/lib/AsmParser/ |
D | LLLexer.cpp | 747 INSTKEYWORD(fpext, FPExt); in LexIdentifier()
|