HomeSort by relevance Sort by last modified time
    Searched refs:FuncTy (Results 1 - 25 of 35) sorted by null

1 2

  /external/clang/test/CodeGen/
attr-no-tail.c 21 typedef int (*FuncTy)(int);
29 FuncTy F = callee1;
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
STLExtras.h 129 template <class ItTy, class FuncTy>
130 inline mapped_iterator<ItTy, FuncTy> map_iterator(const ItTy &I, FuncTy F) {
131 return mapped_iterator<ItTy, FuncTy>(I, F);
  /external/llvm/include/llvm/CodeGen/
FastISel.h 98 CallLoweringInfo &setCallee(Type *ResultTy, FunctionType *FuncTy,
106 IsVarArg = FuncTy->isVarArg();
113 NumFixedArgs = FuncTy->getNumParams();
120 CallLoweringInfo &setCallee(Type *ResultTy, FunctionType *FuncTy,
130 IsVarArg = FuncTy->isVarArg();
137 NumFixedArgs = (FixedArgs == ~0U) ? FuncTy->getNumParams() : FixedArgs;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
FastISel.h 80 CallLoweringInfo &setCallee(Type *ResultTy, FunctionType *FuncTy,
88 IsVarArg = FuncTy->isVarArg();
95 NumFixedArgs = FuncTy->getNumParams();
102 CallLoweringInfo &setCallee(Type *ResultTy, FunctionType *FuncTy,
112 IsVarArg = FuncTy->isVarArg();
119 NumFixedArgs = (FixedArgs == ~0U) ? FuncTy->getNumParams() : FixedArgs;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
FastISel.h 80 CallLoweringInfo &setCallee(Type *ResultTy, FunctionType *FuncTy,
88 IsVarArg = FuncTy->isVarArg();
95 NumFixedArgs = FuncTy->getNumParams();
102 CallLoweringInfo &setCallee(Type *ResultTy, FunctionType *FuncTy,
112 IsVarArg = FuncTy->isVarArg();
119 NumFixedArgs = (FixedArgs == ~0U) ? FuncTy->getNumParams() : FixedArgs;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
FastISel.h 80 CallLoweringInfo &setCallee(Type *ResultTy, FunctionType *FuncTy,
88 IsVarArg = FuncTy->isVarArg();
95 NumFixedArgs = FuncTy->getNumParams();
102 CallLoweringInfo &setCallee(Type *ResultTy, FunctionType *FuncTy,
112 IsVarArg = FuncTy->isVarArg();
119 NumFixedArgs = (FixedArgs == ~0U) ? FuncTy->getNumParams() : FixedArgs;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
FastISel.h 80 CallLoweringInfo &setCallee(Type *ResultTy, FunctionType *FuncTy,
88 IsVarArg = FuncTy->isVarArg();
95 NumFixedArgs = FuncTy->getNumParams();
102 CallLoweringInfo &setCallee(Type *ResultTy, FunctionType *FuncTy,
112 IsVarArg = FuncTy->isVarArg();
119 NumFixedArgs = (FixedArgs == ~0U) ? FuncTy->getNumParams() : FixedArgs;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
FastISel.h 80 CallLoweringInfo &setCallee(Type *ResultTy, FunctionType *FuncTy,
88 IsVarArg = FuncTy->isVarArg();
95 NumFixedArgs = FuncTy->getNumParams();
102 CallLoweringInfo &setCallee(Type *ResultTy, FunctionType *FuncTy,
112 IsVarArg = FuncTy->isVarArg();
119 NumFixedArgs = (FixedArgs == ~0U) ? FuncTy->getNumParams() : FixedArgs;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
FastISel.h 80 CallLoweringInfo &setCallee(Type *ResultTy, FunctionType *FuncTy,
88 IsVarArg = FuncTy->isVarArg();
95 NumFixedArgs = FuncTy->getNumParams();
102 CallLoweringInfo &setCallee(Type *ResultTy, FunctionType *FuncTy,
112 IsVarArg = FuncTy->isVarArg();
119 NumFixedArgs = (FixedArgs == ~0U) ? FuncTy->getNumParams() : FixedArgs;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
FastISel.h 80 CallLoweringInfo &setCallee(Type *ResultTy, FunctionType *FuncTy,
88 IsVarArg = FuncTy->isVarArg();
95 NumFixedArgs = FuncTy->getNumParams();
102 CallLoweringInfo &setCallee(Type *ResultTy, FunctionType *FuncTy,
112 IsVarArg = FuncTy->isVarArg();
119 NumFixedArgs = (FixedArgs == ~0U) ? FuncTy->getNumParams() : FixedArgs;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
FastISel.h 80 CallLoweringInfo &setCallee(Type *ResultTy, FunctionType *FuncTy,
88 IsVarArg = FuncTy->isVarArg();
95 NumFixedArgs = FuncTy->getNumParams();
102 CallLoweringInfo &setCallee(Type *ResultTy, FunctionType *FuncTy,
112 IsVarArg = FuncTy->isVarArg();
119 NumFixedArgs = (FixedArgs == ~0U) ? FuncTy->getNumParams() : FixedArgs;
  /frameworks/rs/rsov/compiler/spirit/
builder_test.cpp 78 auto FuncTy = m->getFunctionType(VoidTy, nullptr, 0);
98 auto Func = b.MakeFunctionDefinition(VoidTy, FunctionControl::None, FuncTy);
210 auto FuncTy = m->getFunctionType(IntTy, {IntTy});
212 auto Func = b.MakeFunctionDefinition(IntTy, FunctionControl::None, FuncTy);
  /external/llvm/include/llvm/ADT/
STLExtras.h 198 template <class ItTy, class FuncTy>
199 inline mapped_iterator<ItTy, FuncTy> map_iterator(const ItTy &I, FuncTy F) {
200 return mapped_iterator<ItTy, FuncTy>(I, F);
  /external/swiftshader/third_party/LLVM/unittests/ExecutionEngine/JIT/
JITTest.cpp 329 FunctionType *FuncTy = FunctionType::get(
333 Function *Func2 = Function::Create(FuncTy, Function::InternalLinkage,
335 Function *Func3 = Function::Create(FuncTy, Function::InternalLinkage,
382 FunctionType *FuncTy =
384 Function *Func1 = Function::Create(FuncTy, Function::ExternalLinkage,
386 Function *Func2 = Function::Create(FuncTy, Function::InternalLinkage,
  /external/llvm/unittests/ExecutionEngine/MCJIT/
MCJITTestBase.h 119 FunctionType *FuncTy) {
120 Function *Result = Function::Create(FuncTy,
  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVUtil.h 430 template<typename MapTy, typename FuncTy>
435 FuncTy Func){
  /frameworks/rs/rsov/compiler/
Wrapper.cpp 88 TypeFunctionInst *FuncTy = m->getFunctionType(VoidTy, nullptr, 0);
90 b.MakeFunctionDefinition(VoidTy, FunctionControl::None, FuncTy);
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
STLExtras.h 212 template <class ItTy, class FuncTy>
213 inline mapped_iterator<ItTy, FuncTy> map_iterator(const ItTy &I, FuncTy F) {
214 return mapped_iterator<ItTy, FuncTy>(I, F);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
STLExtras.h 218 template <class ItTy, class FuncTy>
219 inline mapped_iterator<ItTy, FuncTy> map_iterator(const ItTy &I, FuncTy F) {
220 return mapped_iterator<ItTy, FuncTy>(I, F);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
STLExtras.h 218 template <class ItTy, class FuncTy>
219 inline mapped_iterator<ItTy, FuncTy> map_iterator(const ItTy &I, FuncTy F) {
220 return mapped_iterator<ItTy, FuncTy>(I, F);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
STLExtras.h 218 template <class ItTy, class FuncTy>
219 inline mapped_iterator<ItTy, FuncTy> map_iterator(const ItTy &I, FuncTy F) {
220 return mapped_iterator<ItTy, FuncTy>(I, F);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
STLExtras.h 218 template <class ItTy, class FuncTy>
219 inline mapped_iterator<ItTy, FuncTy> map_iterator(const ItTy &I, FuncTy F) {
220 return mapped_iterator<ItTy, FuncTy>(I, F);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
STLExtras.h 218 template <class ItTy, class FuncTy>
219 inline mapped_iterator<ItTy, FuncTy> map_iterator(const ItTy &I, FuncTy F) {
220 return mapped_iterator<ItTy, FuncTy>(I, F);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
STLExtras.h 218 template <class ItTy, class FuncTy>
219 inline mapped_iterator<ItTy, FuncTy> map_iterator(const ItTy &I, FuncTy F) {
220 return mapped_iterator<ItTy, FuncTy>(I, F);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
STLExtras.h 218 template <class ItTy, class FuncTy>
219 inline mapped_iterator<ItTy, FuncTy> map_iterator(const ItTy &I, FuncTy F) {
220 return mapped_iterator<ItTy, FuncTy>(I, F);
    [all...]

Completed in 411 milliseconds

1 2