Home
last modified time | relevance | path

Searched refs:findFunction (Results 1 – 22 of 22) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUPropagateAttributes.cpp80 Function *findFunction(const FeatureBitset &FeaturesNeeded,
158 AMDGPUPropagateAttributes::findFunction(const FeatureBitset &FeaturesNeeded, in findFunction() function in AMDGPUPropagateAttributes
223 Function *NewF = findFunction(CallerBits, &F); in process()
/external/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPUPropagateAttributes.cpp126 Function *findFunction(const FnProperties &PropsNeeded,
206 AMDGPUPropagateAttributes::findFunction(const FnProperties &PropsNeeded, in findFunction() function in AMDGPUPropagateAttributes
271 Function *NewF = findFunction(CallerProps, &F); in process()
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
DProfileTreeGrammarHelper.cs80 private CommonTree findFunction(string name, BigInteger paramValue) in findFunction() method in Antlr3.Runtime.Test.BuildOptions.ProfileTreeGrammar
DDebugTreeGrammarHelper.cs80 private CommonTree findFunction(string name, BigInteger paramValue) in findFunction() method in Antlr3.Runtime.Test.BuildOptions.DebugTreeGrammar
DDebugTreeGrammar.g378 CommonTree funcRoot = findFunction($ID.text, p);
DProfileTreeGrammar.g378 CommonTree funcRoot = findFunction($ID.text, p);
DDebugTreeGrammar.cs770 … CommonTree funcRoot = findFunction((ID8!=null?ID8.Text:null), p); in call()
DProfileTreeGrammar.cs775 … CommonTree funcRoot = findFunction((ID8!=null?ID8.Text:null), p); in call()
/external/swiftshader/src/OpenGL/compiler/
DOutputASM.h292 const Function *findFunction(const TString &name);
DParseHelper.h156 const TFunction* findFunction(const TSourceLoc &line, TFunction* pfnCall, bool *builtIn = 0);
DOutputASM.cpp1295 const Function *function = findFunction(name); in visitAggregate()
1332 const Function *function = findFunction(name); in visitAggregate()
3091 const Function *OutputASM::findFunction(const TString &name) in findFunction() function in glsl::OutputASM
DParseHelper.cpp1209 const TFunction* TParseContext::findFunction(const TSourceLoc &line, TFunction* call, bool *builtIn) in findFunction() function in TParseContext
3586 fnCandidate = findFunction(loc, fnCall, &builtIn); in addFunctionCallOrMethod()
/external/deqp-deps/glslang/Test/baseResults/
DfindFunction.frag.out1 findFunction.frag
/external/angle/third_party/vulkan-deps/glslang/src/Test/baseResults/
DfindFunction.frag.out1 findFunction.frag
/external/deqp-deps/glslang/glslang/MachineIndependent/
DParseHelper.h408 const TFunction* findFunction(const TSourceLoc& loc, const TFunction& call, bool& builtIn);
DParseHelper.cpp1161 fnCandidate = findFunction(loc, *function, builtIn); in handleFunctionCall()
6272 const TFunction* TParseContext::findFunction(const TSourceLoc& loc, const TFunction& call, bool& bu… in findFunction() function in glslang::TParseContext
/external/angle/third_party/vulkan-deps/glslang/src/glslang/HLSL/
DhlslParseHelper.h143 …const TFunction* findFunction(const TSourceLoc& loc, TFunction& call, bool& builtIn, int& thisDept…
DhlslParseHelper.cpp5460 fnCandidate = findFunction(loc, *function, builtIn, thisDepth, arguments); in handleFunctionCall()
7456 const TFunction* HlslParseContext::findFunction(const TSourceLoc& loc, TFunction& call, bool& built… in findFunction() function in glslang::HlslParseContext
/external/deqp-deps/glslang/glslang/HLSL/
DhlslParseHelper.h143 …const TFunction* findFunction(const TSourceLoc& loc, TFunction& call, bool& builtIn, int& thisDept…
DhlslParseHelper.cpp5460 fnCandidate = findFunction(loc, *function, builtIn, thisDepth, arguments); in handleFunctionCall()
7452 const TFunction* HlslParseContext::findFunction(const TSourceLoc& loc, TFunction& call, bool& built… in findFunction() function in glslang::HlslParseContext
/external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/
DParseHelper.h434 const TFunction* findFunction(const TSourceLoc& loc, const TFunction& call, bool& builtIn);
DParseHelper.cpp1290 fnCandidate = findFunction(loc, *function, builtIn); in handleFunctionCall()
6563 const TFunction* TParseContext::findFunction(const TSourceLoc& loc, const TFunction& call, bool& bu… in findFunction() function in glslang::TParseContext