OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getHalfTy
(Results
1 - 13
of
13
) sorted by null
/external/llvm/lib/IR/
ValueTypes.cpp
187
case MVT::f16: return Type::
getHalfTy
(Context);
222
case MVT::v2f16: return VectorType::get(Type::
getHalfTy
(Context), 2);
Type.cpp
29
case HalfTyID : return
getHalfTy
(C);
229
Type *Type::
getHalfTy
(LLVMContext &C) { return &C.pImpl->HalfTy; }
249
return
getHalfTy
(C)->getPointerTo(AS);
Function.cpp
606
case IITDescriptor::Half: return Type::
getHalfTy
(Context);
Constants.cpp
618
Ty = Type::
getHalfTy
(Context);
[
all
...]
Core.cpp
260
return (LLVMTypeRef) Type::
getHalfTy
(*unwrap(C));
[
all
...]
/external/llvm/include/llvm/IR/
Type.h
383
static Type *
getHalfTy
(LLVMContext &C);
/external/clang/lib/CodeGen/
CodeGenTypes.cpp
275
return llvm::Type::
getHalfTy
(VMContext);
/external/llvm/unittests/IR/
InstructionsTest.cpp
127
Type *HalfTy = Type::
getHalfTy
(C);
/external/llvm/lib/AsmParser/
LLLexer.cpp
627
TYPEKEYWORD("half", Type::
getHalfTy
(Context));
/external/llvm/tools/llvm-stress/
llvm-stress.cpp
262
case 17: if (GenHalfFloat) t = Type::
getHalfTy
(Context); break;
/external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp
762
ResultTy = Type::
getHalfTy
(Context);
[
all
...]
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp
584
ResultTy = Type::
getHalfTy
(Context);
[
all
...]
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp
865
ResultTy = Type::
getHalfTy
(Context);
[
all
...]
Completed in 313 milliseconds