Home
last modified time | relevance | path

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

/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-10.0/llvm/include/llvm/IR/
DType.h425 static IntegerType *getInt128Ty(LLVMContext &C);
DIRBuilder.h405 IntegerType *getInt128Ty() { return Type::getInt128Ty(Context); } in getInt128Ty() function
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DType.h394 static IntegerType *getInt128Ty(LLVMContext &C);
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DType.cpp182 IntegerType *Type::getInt128Ty(LLVMContext &C) { return &C.pImpl->Int128Ty; } in getInt128Ty() function in Type
255 case 128: return cast<IntegerType>(Type::getInt128Ty(C)); in get()
DCore.cpp562 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/llvm-project/llvm/lib/IR/
DType.cpp188 IntegerType *Type::getInt128Ty(LLVMContext &C) { return &C.pImpl->Int128Ty; } in getInt128Ty() function in Type
265 case 128: return cast<IntegerType>(Type::getInt128Ty(C)); in get()
DCore.cpp568 return (LLVMTypeRef) Type::getInt128Ty(*unwrap(C)); in LLVMInt128TypeInContext()
/external/llvm-project/llvm/include/llvm/IR/
DType.h415 static IntegerType *getInt128Ty(LLVMContext &C);
DIRBuilder.h479 IntegerType *getInt128Ty() { return Type::getInt128Ty(Context); } in getInt128Ty() function
/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Dllvm_util.cc703 llvm::Type* state_type = b->getInt128Ty(); in GetOrCreateVariableForRngState()
713 /*Initializer=*/llvm::ConstantInt::get(b->getInt128Ty(), 0x7012395ull), in GetOrCreateVariableForRngState()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DValueTypes.cpp208 case MVT::v1i128: return VectorType::get(Type::getInt128Ty(Context), 1); in getTypeForEVT()
/external/llvm-project/polly/lib/Exchange/
DJSONExporter.cpp613 {"i128", Type::getInt128Ty(LLVMContext)}}; in parseTextType()
/external/llvm-project/llvm/lib/CodeGen/
DValueTypes.cpp303 return FixedVectorType::get(Type::getInt128Ty(Context), 1); in getTypeForEVT()
/external/llvm-project/llvm/unittests/Analysis/
DScalarEvolutionTest.cpp664 Type *I128Ty = Type::getInt128Ty(Context); in TEST_F()