Home
last modified time | relevance | path

Searched refs:ReturnStruct (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Target/AMDGPU/
DSIAnnotateControlFlow.cpp52 Type *ReturnStruct; member in __anon657b394d0111::SIAnnotateControlFlow
136 ReturnStruct = StructType::get(Boolean, Int64, (Type *)nullptr); in doInitialization()
144 IfIntrinsic, ReturnStruct, Boolean, (Type *)nullptr); in doInitialization()
147 ElseIntrinsic, ReturnStruct, Int64, (Type *)nullptr); in doInitialization()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIAnnotateControlFlow.cpp60 Type *ReturnStruct; member in __anonab1eb5a50111::SIAnnotateControlFlow
143 ReturnStruct = StructType::get(Boolean, Int64); in doInitialization()
/external/compiler-rt/lib/msan/tests/
Dmsan_test.cc2724 NOINLINE T ReturnStruct() { in ReturnStruct() function
2733 T s1 = ReturnStruct<T>(); in TestReturnStruct()