Home
last modified time | relevance | path

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

12345

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64GenRegisterBankInfo.def102 // 41: FPExt: 16 to 32. <-- This must match FPExt16To32Idx.
105 // 43: FPExt: 16 to 32. <-- This must match FPExt16To64Idx.
108 // 45: FPExt: 32 to 64. <-- This must match FPExt32To64Idx.
111 // 47: FPExt vector: 64 to 128. <-- This must match FPExt64To128Idx.
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMipsOs16.cpp92 case Instruction::FPExt: in needsFP()
/external/llvm/lib/Target/Mips/
DMipsOs16.cpp94 case Instruction::FPExt: in needsFP()
/external/swiftshader/third_party/subzero/pnacl-llvm/
DNaClBitcodeDecoders.cpp47 LLVMOpcode = Instruction::FPExt; in DecodeCastOpcode()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DSpeculativeExecution.cpp237 case Instruction::FPExt: in ComputeSpeculationCost()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/
DXCoreLowerThreadLocal.cpp116 case Instruction::FPExt: in createReplacementInstr()
/external/llvm/lib/Target/XCore/
DXCoreLowerThreadLocal.cpp116 case Instruction::FPExt: in createReplacementInstr()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DInstructions.cpp2051 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()
DConstants.cpp808 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()
DInstruction.cpp141 case FPExt: return "fpext"; in getOpcodeName()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineVectorOps.cpp678 case Instruction::FPExt: in CanEvaluateShuffled()
763 case Instruction::FPExt: { in buildNew()
841 case Instruction::FPExt: in EvaluateInDifferentElementOrder()
/external/swiftshader/third_party/LLVM/include/llvm/
DInstruction.def154 HANDLE_CAST_INST(42, FPExt , FPExtInst ) // Extend floating point
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DInstructions.cpp2213 case Instruction::FPExt: in isNoopCast()
2470 case FPExt: return new FPExtInst (S, Ty, Name, InsertBefore); in Create()
2492 case FPExt: return new FPExtInst (S, Ty, Name, InsertAtEnd); in Create()
2662 (SrcBits > DstBits ? Instruction::FPTrunc : Instruction::FPExt)); in CreateFPCast()
2675 (SrcBits > DstBits ? Instruction::FPTrunc : Instruction::FPExt)); in CreateFPCast()
2860 return FPExt; // FP -> larger FP in getCastOpcode()
2937 case Instruction::FPExt: in castIsValid()
3063 ) : CastInst(Ty, FPExt, S, Name, InsertBefore) { in FPExtInst()
3069 ) : CastInst(Ty, FPExt, S, Name, InsertAtEnd) { in FPExtInst()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dfetch_jit.cpp1268 …rgs args = std::forward_as_tuple(gatherResult, pVtxOut2, Instruction::CastOps::FPExt, CONVERT_NONE, in JitGatherVertices()
1303 …rgs args = std::forward_as_tuple(vGatherResult, pVtxOut, Instruction::CastOps::FPExt, CONVERT_NONE, in JitGatherVertices()
2276 …xt) || (extendType == Instruction::CastOps::SIToFP) || (extendType == Instruction::CastOps::FPExt)) in Shuffle16bpcGather16()
2279 bool bFP = (extendType == Instruction::CastOps::FPExt) ? true : false; in Shuffle16bpcGather16()
2526 (extendType == Instruction::CastOps::FPExt)) in Shuffle16bpcGather()
2529 bool bFP = (extendType == Instruction::CastOps::FPExt) ? true : false; in Shuffle16bpcGather()
/external/llvm/lib/IR/
DInstructions.cpp2377 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()
DInstruction.cpp306 case FPExt: return "fpext"; in getOpcodeName()
DConstants.cpp1142 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()
/external/llvm/include/llvm/CodeGen/
DCallingConvLower.h49 FPExt, // The floating-point value is fp-extended in the location. enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DInstruction.def173 HANDLE_CAST_INST(44, FPExt , FPExtInst ) // Extend floating point
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DInstruction.def169 HANDLE_CAST_INST(44, FPExt , FPExtInst ) // Extend floating point
/external/llvm/include/llvm/IR/
DInstruction.def169 HANDLE_CAST_INST(44, FPExt , FPExtInst ) // Extend floating point
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DCallingConvLower.h50 FPExt, // The floating-point value is fp-extended in the location. enumerator
/external/llvm/lib/Analysis/
DCostModel.cpp443 case Instruction::FPExt: in getInstructionCost()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineVectorOps.cpp905 case Instruction::FPExt: in CanEvaluateShuffled()
990 case Instruction::FPExt: { in buildNew()
1066 case Instruction::FPExt: in EvaluateInDifferentElementOrder()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DCFLGraph.h532 case Instruction::FPExt: in visitConstantExpr()

12345