/aosp_15_r20/external/pytorch/torch/csrc/jit/tensorexpr/ |
H A D | llvm_codegen.cpp | 181 using FunctionCallee = llvm::FunctionCallee; typedef 185 struct FunctionCallee { struct 186 FunctionCallee() {} in FunctionCallee() argument 188 FunctionCallee(llvm::Constant* fn) in FunctionCallee() argument 191 llvm::FunctionType* getFunctionType() { in getFunctionType() 195 llvm::Value* getCallee() { in getCallee() 200 llvm::Value* v_{nullptr}; 201 llvm::FunctionType* ft_{nullptr};
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A D | DerivedTypes.h | 175 FunctionCallee(T *Fn) in FunctionCallee() function 178 FunctionCallee(FunctionType *FnTy, Value *Callee) in FunctionCallee() function 183 FunctionCallee(std::nullptr_t) {} in FunctionCallee() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/IR/ |
D | DerivedTypes.h | 173 FunctionCallee(T *Fn) in FunctionCallee() function 176 FunctionCallee(FunctionType *FnTy, Value *Callee) in FunctionCallee() function 181 FunctionCallee(std::nullptr_t) {} in FunctionCallee() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/IR/ |
D | DerivedTypes.h | 173 FunctionCallee(T *Fn) in FunctionCallee() function 176 FunctionCallee(FunctionType *FnTy, Value *Callee) in FunctionCallee() function 181 FunctionCallee(std::nullptr_t) {} in FunctionCallee() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/IR/ |
D | DerivedTypes.h | 173 FunctionCallee(T *Fn) in FunctionCallee() function 176 FunctionCallee(FunctionType *FnTy, Value *Callee) in FunctionCallee() function 181 FunctionCallee(std::nullptr_t) {} in FunctionCallee() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/IR/ |
D | DerivedTypes.h | 173 FunctionCallee(T *Fn) in FunctionCallee() function 176 FunctionCallee(FunctionType *FnTy, Value *Callee) in FunctionCallee() function 181 FunctionCallee(std::nullptr_t) {} in FunctionCallee() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/ |
H A D | DerivedTypes.h | 170 FunctionCallee(T *Fn) in FunctionCallee() function 173 FunctionCallee(FunctionType *FnTy, Value *Callee) in FunctionCallee() function 178 FunctionCallee(std::nullptr_t) {} in FunctionCallee() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Transforms/Utils/ |
D | ModuleUtils.h | 29 class FunctionCallee; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Transforms/Utils/ |
D | ModuleUtils.h | 29 class FunctionCallee; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Transforms/Utils/ |
D | ModuleUtils.h | 29 class FunctionCallee; variable
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Transforms/Utils/ |
H A D | ModuleUtils.h | 29 class FunctionCallee; variable
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/ |
H A D | ModuleUtils.h | 25 class FunctionCallee; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Transforms/Utils/ |
D | ModuleUtils.h | 29 class FunctionCallee; variable
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
H A D | ThreadSanitizer.cpp | 150 [&](Function *Ctor, FunctionCallee) { appendToGlobalCtors(M, Ctor, 0); }); in insertModuleCtor() argument
|
H A D | HWAddressSanitizer.cpp | 402 [&](Function *Ctor, FunctionCallee) { in initializeModule() argument
|
H A D | MemorySanitizer.cpp | 601 [&](Function *Ctor, FunctionCallee) { in insertModuleCtor() argument
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Instrumentation/ |
H A D | ThreadSanitizer.cpp | 181 [&](Function *Ctor, FunctionCallee) { appendToGlobalCtors(M, Ctor, 0); }); in insertModuleCtor() argument
|
H A D | HWAddressSanitizer.cpp | 457 [&](Function *Ctor, FunctionCallee) { in createHwasanCtorComdat() argument
|
H A D | MemorySanitizer.cpp | 653 [&](Function *Ctor, FunctionCallee) { in insertModuleCtor() argument
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPULibFunc.h | 17 class FunctionCallee; variable
|