/external/swiftshader/third_party/LLVM/test/CodeGen/PowerPC/ |
D | 2008-10-31-PPCF128Libcalls.ll | 13 %1 = call ppc_fp128 @llvm.sqrt.ppcf128(ppc_fp128 %0) ; <ppc_fp128> [#uses=1] 23 %8 = call ppc_fp128 @llvm.pow.ppcf128(ppc_fp128 %6, ppc_fp128 %7) ; <ppc_fp128> [#uses=1] 31 declare ppc_fp128 @llvm.sqrt.ppcf128(ppc_fp128) nounwind readonly 37 declare ppc_fp128 @llvm.pow.ppcf128(ppc_fp128, ppc_fp128) nounwind readonly
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/ |
D | 2008-10-31-PPCF128Libcalls.ll | 13 %1 = call ppc_fp128 @llvm.sqrt.ppcf128(ppc_fp128 %0) ; <ppc_fp128> [#uses=1] 23 %8 = call ppc_fp128 @llvm.pow.ppcf128(ppc_fp128 %6, ppc_fp128 %7) ; <ppc_fp128> [#uses=1] 31 declare ppc_fp128 @llvm.sqrt.ppcf128(ppc_fp128) nounwind readonly 37 declare ppc_fp128 @llvm.pow.ppcf128(ppc_fp128, ppc_fp128) nounwind readonly
|
D | fp128-bitcast-after-operation.ll | 39 %0 = tail call ppc_fp128 @llvm.fabs.ppcf128(ppc_fp128 %x) 120 …%0 = tail call ppc_fp128 @llvm.copysign.ppcf128(ppc_fp128 0xM400F000000000000BCB0000000000000, ppc… 125 declare ppc_fp128 @llvm.fabs.ppcf128(ppc_fp128) 126 declare ppc_fp128 @llvm.copysign.ppcf128(ppc_fp128, ppc_fp128)
|
D | fmaxnum.ll | 8 declare ppc_fp128 @llvm.maxnum.ppcf128(ppc_fp128, ppc_fp128) 52 %z = call ppc_fp128 @llvm.maxnum.ppcf128(ppc_fp128 %x, ppc_fp128 %y) readnone
|
D | fminnum.ll | 8 declare ppc_fp128 @llvm.minnum.ppcf128(ppc_fp128, ppc_fp128) 52 %z = call ppc_fp128 @llvm.minnum.ppcf128(ppc_fp128 %x, ppc_fp128 %y) readnone
|
/external/llvm/test/CodeGen/PowerPC/ |
D | 2008-10-31-PPCF128Libcalls.ll | 13 %1 = call ppc_fp128 @llvm.sqrt.ppcf128(ppc_fp128 %0) ; <ppc_fp128> [#uses=1] 23 %8 = call ppc_fp128 @llvm.pow.ppcf128(ppc_fp128 %6, ppc_fp128 %7) ; <ppc_fp128> [#uses=1] 31 declare ppc_fp128 @llvm.sqrt.ppcf128(ppc_fp128) nounwind readonly 37 declare ppc_fp128 @llvm.pow.ppcf128(ppc_fp128, ppc_fp128) nounwind readonly
|
D | fp128-bitcast-after-operation.ll | 44 %0 = tail call ppc_fp128 @llvm.fabs.ppcf128(ppc_fp128 %x) 131 …%0 = tail call ppc_fp128 @llvm.copysign.ppcf128(ppc_fp128 0xMBCB0000000000000400F000000000000, ppc… 136 declare ppc_fp128 @llvm.fabs.ppcf128(ppc_fp128) 137 declare ppc_fp128 @llvm.copysign.ppcf128(ppc_fp128, ppc_fp128)
|
D | fmaxnum.ll | 8 declare ppc_fp128 @llvm.maxnum.ppcf128(ppc_fp128, ppc_fp128) 52 %z = call ppc_fp128 @llvm.maxnum.ppcf128(ppc_fp128 %x, ppc_fp128 %y) readnone
|
D | fminnum.ll | 8 declare ppc_fp128 @llvm.minnum.ppcf128(ppc_fp128, ppc_fp128) 52 %z = call ppc_fp128 @llvm.minnum.ppcf128(ppc_fp128 %x, ppc_fp128 %y) readnone
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/ |
D | PPCCCState.cpp | 20 if (I.ArgVT == llvm::MVT::ppcf128) in PreAnalyzeCallOperands() 30 if (I.ArgVT == llvm::MVT::ppcf128) { in PreAnalyzeFormalArguments()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCCCState.cpp | 20 if (I.ArgVT == llvm::MVT::ppcf128) in PreAnalyzeCallOperands() 30 if (I.ArgVT == llvm::MVT::ppcf128) { in PreAnalyzeFormalArguments()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | TargetLoweringBase.cpp | 188 if (RetVT == MVT::ppcf128) in getFPEXT() 193 else if (RetVT == MVT::ppcf128) in getFPEXT() 215 if (OpVT == MVT::ppcf128) in getFPROUND() 224 if (OpVT == MVT::ppcf128) in getFPROUND() 231 if (OpVT == MVT::ppcf128) in getFPROUND() 272 } else if (OpVT == MVT::ppcf128) { in getFPTOSINT() 314 } else if (OpVT == MVT::ppcf128) { in getFPTOUINT() 337 if (RetVT == MVT::ppcf128) in getSINTTOFP() 348 if (RetVT == MVT::ppcf128) in getSINTTOFP() 359 if (RetVT == MVT::ppcf128) in getSINTTOFP() [all …]
|
D | ValueTypes.cpp | 135 case MVT::ppcf128: return "ppcf128"; in getEVTString() 219 case MVT::ppcf128: return Type::getPPC_FP128Ty(Context); in getTypeForEVT() 296 case Type::PPC_FP128TyID: return MVT(MVT::ppcf128); in getVT()
|
/external/llvm/lib/CodeGen/ |
D | TargetLoweringBase.cpp | 510 if (RetVT == MVT::ppcf128) in getFPEXT() 515 else if (RetVT == MVT::ppcf128) in getFPEXT() 534 if (OpVT == MVT::ppcf128) in getFPROUND() 543 if (OpVT == MVT::ppcf128) in getFPROUND() 550 if (OpVT == MVT::ppcf128) in getFPROUND() 588 } else if (OpVT == MVT::ppcf128) { in getFPTOSINT() 630 } else if (OpVT == MVT::ppcf128) { in getFPTOUINT() 653 if (RetVT == MVT::ppcf128) in getSINTTOFP() 664 if (RetVT == MVT::ppcf128) in getSINTTOFP() 675 if (RetVT == MVT::ppcf128) in getSINTTOFP() [all …]
|
/external/llvm/test/Transforms/ConstProp/ |
D | convert-from-fp16.ll | 42 %0 = call ppc_fp128 @llvm.convert.from.fp16.ppcf128(i16 0) 87 %1 = call ppc_fp128 @llvm.convert.from.fp16.ppcf128(i16 %0) 97 declare ppc_fp128 @llvm.convert.from.fp16.ppcf128(i16)
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/ConstProp/ |
D | convert-from-fp16.ll | 42 %0 = call ppc_fp128 @llvm.convert.from.fp16.ppcf128(i16 0) 87 %1 = call ppc_fp128 @llvm.convert.from.fp16.ppcf128(i16 %0) 97 declare ppc_fp128 @llvm.convert.from.fp16.ppcf128(i16)
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | ValueTypes.cpp | 115 case MVT::ppcf128: return "ppcf128"; in getEVTString() 165 case MVT::ppcf128: return Type::getPPC_FP128Ty(Context); in getTypeForEVT() 210 case Type::PPC_FP128TyID: return MVT(MVT::ppcf128); in getEVT()
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | ValueTypes.h | 52 ppcf128 = 11, // This is a PPC 128-bit floating point value enumerator 146 return ((SimpleTy >= MVT::f32 && SimpleTy <= MVT::ppcf128) || in isFloatingPoint() 270 case ppcf128: in getSizeInBits()
|
D | ValueTypes.td | 33 def ppcf128: ValueType<128, 11>; // PPC 128-bit floating point value
|
/external/llvm/lib/IR/ |
D | ValueTypes.cpp | 140 case MVT::ppcf128: return "ppcf128"; in getEVTString() 221 case MVT::ppcf128: return Type::getPPC_FP128Ty(Context); in getTypeForEVT() 296 case Type::PPC_FP128TyID: return MVT(MVT::ppcf128); in getVT()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | LegalizeFloatTypes.cpp | 37 VT == MVT::ppcf128 ? Call_PPCF128 : in GetFPLibCall() 897 assert(N->getValueType(0) == MVT::ppcf128 && in ExpandFloatRes_FABS() 1167 assert(N->getValueType(0) == MVT::ppcf128 && "Unsupported XINT_TO_FP!"); in ExpandFloatRes_XINT_TO_FP() 1229 MVT::ppcf128)); in ExpandFloatRes_XINT_TO_FP() 1301 assert(NewLHS.getValueType() == MVT::ppcf128 && "Unsupported setcc type!"); in FloatExpandSetCCOperands() 1342 assert(N->getOperand(0).getValueType() == MVT::ppcf128 && in ExpandFloatOp_FP_ROUND() 1358 assert(N->getOperand(0).getValueType() == MVT::ppcf128 && in ExpandFloatOp_FP_TO_SINT() 1360 SDValue Res = DAG.getNode(ISD::FP_ROUND_INREG, dl, MVT::ppcf128, in ExpandFloatOp_FP_TO_SINT() 1379 assert(N->getOperand(0).getValueType() == MVT::ppcf128 && in ExpandFloatOp_FP_TO_UINT() 1383 SDValue Tmp = DAG.getConstantFP(APF, MVT::ppcf128); in ExpandFloatOp_FP_TO_UINT() [all …]
|
D | TargetLowering.cpp | 355 if (OpVT == MVT::ppcf128) in getFPROUND() 360 if (OpVT == MVT::ppcf128) in getFPROUND() 399 } else if (OpVT == MVT::ppcf128) { in getFPTOSINT() 442 } else if (OpVT == MVT::ppcf128) { in getFPTOUINT() 463 else if (RetVT == MVT::ppcf128) in getSINTTOFP() 472 else if (RetVT == MVT::ppcf128) in getSINTTOFP() 481 else if (RetVT == MVT::ppcf128) in getSINTTOFP() 497 else if (RetVT == MVT::ppcf128) in getUINTTOFP() 506 else if (RetVT == MVT::ppcf128) in getUINTTOFP() 515 else if (RetVT == MVT::ppcf128) in getUINTTOFP() [all …]
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineValueType.h | 54 ppcf128 = 12, // This is a PPC 128-bit floating point value enumerator 57 LAST_FP_VALUETYPE = ppcf128, 480 case ppcf128: in getSizeInBits()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeFloatTypes.cpp | 41 VT == MVT::ppcf128 ? Call_PPCF128 : in GetFPLibCall() 160 CN->getValueType(0).getSimpleVT() == llvm::MVT::ppcf128) { in SoftenFloatRes_ConstantFP() 1071 assert(N->getValueType(0) == MVT::ppcf128 && in ExpandFloatRes_FABS() 1406 assert(N->getValueType(0) == MVT::ppcf128 && "Unsupported XINT_TO_FP!"); in ExpandFloatRes_XINT_TO_FP() 1471 dl, MVT::ppcf128)); in ExpandFloatRes_XINT_TO_FP() 1542 assert(NewLHS.getValueType() == MVT::ppcf128 && "Unsupported setcc type!"); in FloatExpandSetCCOperands() 1583 assert(N->getOperand(1).getValueType() == MVT::ppcf128 && in ExpandFloatOp_FCOPYSIGN() 1594 assert(N->getOperand(0).getValueType() == MVT::ppcf128 && in ExpandFloatOp_FP_ROUND() 1610 assert(N->getOperand(0).getValueType() == MVT::ppcf128 && in ExpandFloatOp_FP_TO_SINT() 1612 SDValue Res = DAG.getNode(ISD::FP_ROUND_INREG, dl, MVT::ppcf128, in ExpandFloatOp_FP_TO_SINT() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
D | MachineValueType.h | 55 ppcf128 = 13, // This is a PPC 128-bit floating point value enumerator 58 LAST_FP_VALUETYPE = ppcf128, 697 case ppcf128: in getSizeInBits()
|