Home
last modified time | relevance | path

Searched refs:getInt128Ty (Results 1 – 12 of 12) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DType.cpp178 IntegerType *Type::getInt128Ty(LLVMContext &C) { return &C.pImpl->Int128Ty; } in getInt128Ty() function in Type
251 case 128: return cast<IntegerType>(Type::getInt128Ty(C)); in get()
DCore.cpp546 return (LLVMTypeRef) Type::getInt128Ty(*unwrap(C)); in LLVMInt128TypeInContext()
/external/llvm/lib/IR/
DType.cpp171 IntegerType *Type::getInt128Ty(LLVMContext &C) { return &C.pImpl->Int128Ty; } in getInt128Ty() function in Type
245 case 128: return cast<IntegerType>(Type::getInt128Ty(C)); in get()
DValueTypes.cpp261 case MVT::v1i128: return VectorType::get(Type::getInt128Ty(Context), 1); in getTypeForEVT()
DCore.cpp396 return (LLVMTypeRef) Type::getInt128Ty(*unwrap(C)); in LLVMInt128TypeInContext()
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DType.h394 static IntegerType *getInt128Ty(LLVMContext &C);
/external/llvm/include/llvm/IR/
DType.h383 static IntegerType *getInt128Ty(LLVMContext &C);
DIRBuilder.h340 IntegerType *getInt128Ty() { return Type::getInt128Ty(Context); } in getInt128Ty() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DType.h412 static IntegerType *getInt128Ty(LLVMContext &C);
DIRBuilder.h357 IntegerType *getInt128Ty() { return Type::getInt128Ty(Context); } in getInt128Ty() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DValueTypes.cpp261 case MVT::v1i128: return VectorType::get(Type::getInt128Ty(Context), 1); in getTypeForEVT()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Analysis/
DScalarEvolutionTest.cpp712 Type *I128Ty = Type::getInt128Ty(Context); in TEST_F()