Home
last modified time | relevance | path

Searched defs:FunctionCallee (Results 1 – 20 of 20) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/jit/tensorexpr/
H A Dllvm_codegen.cpp181 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 DDerivedTypes.h175 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/
DDerivedTypes.h173 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/
DDerivedTypes.h173 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/
DDerivedTypes.h173 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/
DDerivedTypes.h173 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 DDerivedTypes.h170 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/
DModuleUtils.h29 class FunctionCallee; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Transforms/Utils/
DModuleUtils.h29 class FunctionCallee; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Transforms/Utils/
DModuleUtils.h29 class FunctionCallee; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Transforms/Utils/
H A DModuleUtils.h29 class FunctionCallee; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
H A DModuleUtils.h25 class FunctionCallee; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Transforms/Utils/
DModuleUtils.h29 class FunctionCallee; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
H A DThreadSanitizer.cpp150 [&](Function *Ctor, FunctionCallee) { appendToGlobalCtors(M, Ctor, 0); }); in insertModuleCtor() argument
H A DHWAddressSanitizer.cpp402 [&](Function *Ctor, FunctionCallee) { in initializeModule() argument
H A DMemorySanitizer.cpp601 [&](Function *Ctor, FunctionCallee) { in insertModuleCtor() argument
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Instrumentation/
H A DThreadSanitizer.cpp181 [&](Function *Ctor, FunctionCallee) { appendToGlobalCtors(M, Ctor, 0); }); in insertModuleCtor() argument
H A DHWAddressSanitizer.cpp457 [&](Function *Ctor, FunctionCallee) { in createHwasanCtorComdat() argument
H A DMemorySanitizer.cpp653 [&](Function *Ctor, FunctionCallee) { in insertModuleCtor() argument
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
H A DAMDGPULibFunc.h17 class FunctionCallee; variable