Searched refs:v16i64 (Results 1 – 10 of 10) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | MachineValueType.h | 111 v16i64 = 61, // 16 x i64 enumerator 377 SimpleTy == MVT::v16i64); in is1024BitVector() 499 case v16i64: in getVectorElementType() 589 case v16i64: in getVectorNumElements() 807 case v16i64: in getSizeInBits() 978 if (NumElements == 16) return MVT::v16i64; in getVectorVT()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | ValueTypes.cpp | 206 case MVT::v16i64: return VectorType::get(Type::getInt64Ty(Context), 16); in getTypeForEVT()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | ValueTypes.td | 86 def v16i64 : ValueType<1024,61>; // 16 x i64 vector value
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64TargetTransformInfo.cpp | 614 { ISD::SELECT, MVT::v16i1, MVT::v16i64, 16 * AmortizationCost } in getCmpSelInstrCost()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonISelDAGToDAG.cpp | 115 case MVT::v16i64: in SelectIndexedLoad() 505 case MVT::v16i64: in SelectIndexedStore()
|
D | HexagonInstrInfo.cpp | 2667 case MVT::v16i64: in isValidAutoIncImm()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMTargetTransformInfo.cpp | 456 { ISD::SELECT, MVT::v16i1, MVT::v16i64, 100 } in getCmpSelInstrCost()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Intrinsics.td | 269 def llvm_v16i64_ty : LLVMType<v16i64>; // 16 x i64
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86TargetTransformInfo.cpp | 1468 { ISD::TRUNCATE, MVT::v16i8, MVT::v16i64, 11 }, in getCastInstrCost()
|
D | X86ISelLowering.cpp | 1906 setOperationAction(ISD::TRUNCATE, MVT::v16i64, Custom); in X86TargetLowering() 19919 if ((InVT == MVT::v8i64 || InVT == MVT::v16i32 || InVT == MVT::v16i64) && in LowerTRUNCATE()
|