Home
last modified time | relevance | path

Searched refs:FunTy (Results 1 – 25 of 35) sorted by relevance

12

/external/swiftshader/third_party/llvm-7.0/llvm/test/Feature/
Daliases.ll19 %FunTy = type i32()
24 @bar_f = weak_odr alias %FunTy, %FunTy* @foo_f
38 %tmp4 = call %FunTy @bar_f()
Dsimplecalltest.ll5 %FunTy = type i32 (i32)
7 define void @invoke(%FunTy* %x) {
17 call void @invoke( %FunTy* @test )
Dcalltest.ll5 %FunTy = type i32 (i32)
7 define void @invoke(%FunTy* %x) {
21 call void @invoke( %FunTy* @test )
/external/llvm/test/Feature/
Daliases.ll19 %FunTy = type i32()
24 @bar_f = weak_odr alias %FunTy, %FunTy* @foo_f
38 %tmp4 = call %FunTy @bar_f()
Dsimplecalltest.ll5 %FunTy = type i32 (i32)
7 define void @invoke(%FunTy* %x) {
17 call void @invoke( %FunTy* @test )
Dcalltest.ll5 %FunTy = type i32 (i32)
7 define void @invoke(%FunTy* %x) {
21 call void @invoke( %FunTy* @test )
/external/swiftshader/third_party/LLVM/test/Feature/
Dsimplecalltest.ll5 %FunTy = type i32 (i32)
7 define void @invoke(%FunTy* %x) {
17 call void @invoke( %FunTy* @test )
Daliases.ll10 %FunTy = type i32()
13 @bar_f = alias weak %FunTy* @foo_f
27 %tmp4 = call %FunTy* @bar_f()
Dcalltest.ll5 %FunTy = type i32 (i32)
7 define void @invoke(%FunTy* %x) {
21 call void @invoke( %FunTy* @test )
/external/swiftshader/third_party/LLVM/test/CodeGen/ARM/
Daliases.ll10 %FunTy = type i32()
13 @bar_f = alias weak %FunTy* @foo_f
26 %tmp4 = call %FunTy* @bar_f()
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
Daliases.ll11 %FunTy = type i32()
14 @bar_f = alias weak %FunTy* @foo_f
31 %tmp4 = call %FunTy* @bar_f()
/external/swiftshader/third_party/llvm-7.0/llvm/test/Other/
D2002-01-31-CallGraph.ll6 %FunTy = type i32 (i32)
8 define void @invoke(%FunTy* %x) {
/external/swiftshader/third_party/LLVM/test/Other/
D2002-01-31-CallGraph.ll6 %FunTy = type i32 (i32)
8 define void @invoke(%FunTy* %x) {
/external/llvm/test/Other/
D2002-01-31-CallGraph.ll6 %FunTy = type i32 (i32)
8 define void @invoke(%FunTy* %x) {
/external/llvm/test/CodeGen/ARM/
Daliases.ll39 %FunTy = type i32()
44 @bar_f = weak alias %FunTy, %FunTy* @foo_f
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/
Daliases.ll39 %FunTy = type i32()
44 @bar_f = weak alias %FunTy, %FunTy* @foo_f
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DStatepoint.h76 template <typename FunTy, typename InstructionTy, typename ValueTy,
151 FunTy *getCalledFunction() const { in getCalledFunction()
156 FunTy *getCaller() const { return getCallSite().getCaller(); } in getCaller()
420 template <typename FunTy, typename InstructionTy, typename ValueTy,
423 StatepointBase<FunTy, InstructionTy, ValueTy, CallSiteTy>::getRelocates() in getRelocates()
DCallSite.h52 template <typename FunTy = const Function,
107 FunTy *getCalledFunction() const { in getCalledFunction()
108 return dyn_cast<FunTy>(getCalledValue()); in getCalledFunction()
116 if (isa<FunTy>(V) || isa<Constant>(V)) in isIndirectCall()
267 FunTy *getCaller() const { return (*this)->getParent()->getParent(); } in getCaller()
/external/llvm/include/llvm/IR/
DStatepoint.h58 template <typename FunTy, typename InstructionTy, typename ValueTy,
131 FunTy *getCalledFunction() const { in getCalledFunction()
136 FunTy *getCaller() const { return getCallSite().getCaller(); } in getCaller()
396 template <typename FunTy, typename InstructionTy, typename ValueTy,
399 StatepointBase<FunTy, InstructionTy, ValueTy, CallSiteTy>::getRelocates() in getRelocates()
DCallSite.h40 template <typename FunTy = const Function,
101 FunTy *getCalledFunction() const { in getCalledFunction()
102 return dyn_cast<FunTy>(getCalledValue()); in getCalledFunction()
242 FunTy *getCaller() const { return (*this)->getParent()->getParent(); } in getCaller()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DCallSite.h40 template <typename FunTy = const Function,
94 FunTy *getCalledFunction() const { in getCalledFunction()
95 return dyn_cast<FunTy>(getCalledValue()); in getCalledFunction()
154 FunTy *getCaller() const { return (*this)->getParent()->getParent(); } in getCaller()
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Daliases.ll27 %FunTy = type i32()
33 @bar_f = weak alias %FunTy, %FunTy* @foo_f
/external/llvm/test/CodeGen/X86/
Daliases.ll27 %FunTy = type i32()
33 @bar_f = weak alias %FunTy, %FunTy* @foo_f
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMipsCallLowering.h64 using FunTy =
75 const FunTy &PushBack) const;
/external/clang/lib/Sema/
DSema.cpp1372 const FunctionType *FunTy = nullptr; in tryExprAsCall() local
1375 FunTy = PointeeTy->getAs<FunctionType>(); in tryExprAsCall()
1376 if (!FunTy) in tryExprAsCall()
1377 FunTy = ExprTy->getAs<FunctionType>(); in tryExprAsCall()
1380 dyn_cast_or_null<FunctionProtoType>(FunTy)) { in tryExprAsCall()
1382 ZeroArgCallReturnTy = FunTy->getReturnType(); in tryExprAsCall()

12