Home
last modified time | relevance | path

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

/external/v8/tools/
Dtickprocessor.js580 function addEntry(funcInfo) { argument
585 prevEntry.start < funcInfo.start &&
586 prevEntry.start >= libStart && funcInfo.start <= libEnd) {
587 processorFunc(prevEntry.name, prevEntry.start, funcInfo.start);
589 if (funcInfo.end &&
590 (!prevEntry || prevEntry.start != funcInfo.start) &&
591 funcInfo.start >= libStart && funcInfo.end <= libEnd) {
592 processorFunc(funcInfo.name, funcInfo.start, funcInfo.end);
594 prevEntry = funcInfo;
598 var funcInfo = this.parseNextLine();
[all …]
/external/deqp/modules/gles2/functional/
Des2fShaderOperatorTests.cpp1236 const BuiltinFuncInfo& funcInfo = outerGroupInfo.funcInfos[funcInfoNdx]; in init() local
1237 const char* shaderFuncName = funcInfo.shaderFuncName; in init()
1238 bool isBoolCase = (funcInfo.precisionMask == PRECMASK_NA); in init()
1239 …bool isIntCase = (funcInfo.input0.valueType & (VALUE_INT | VALUE_INT_VEC | VALUE_INT_GENTYPE)… in init()
1241 …bool isBoolOut = (funcInfo.outValue & (VALUE_BOOL | VALUE_BOOL_VEC | VALUE_BOOL_GENTYPE)) != … in init()
1242 bool isIntOut = (funcInfo.outValue & (VALUE_INT | VALUE_INT_VEC | VALUE_INT_GENTYPE)) != 0; in init()
1245 if (!innerGroup || (string(innerGroup->getName()) != funcInfo.caseName)) in init()
1248 innerGroup = new TestCaseGroup(m_context, funcInfo.caseName, groupDesc.c_str()); in init()
1254 …int outScalarSize = ((funcInfo.outValue == VALUE_FLOAT) || (funcInfo.outValue == VALUE_BOOL)) ? … in init()
1261 if (inScalarSize == 1) evalFunc = funcInfo.evalFuncScalar; in init()
[all …]
/external/autotest/client/deps/webgl_mpd/src/debug/
Dwebgl-debug.js217 var funcInfo = glValidEnumContexts[functionName];
218 if (funcInfo !== undefined) {
219 var funcInfo = funcInfo[numArgs];
220 if (funcInfo !== undefined) {
221 if (funcInfo[argumentIndex]) {
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderOperatorTests.cpp1835 const BuiltinFuncInfo& funcInfo = outerGroupInfo.funcInfos[funcInfoNdx]; in init() local
1836 const char* shaderFuncName = funcInfo.shaderFuncName; in init()
1837 const bool isBoolCase = (funcInfo.precisionMask == PRECMASK_NA); in init()
1838 …const bool isBoolOut = (funcInfo.outValue & (VALUE_BOOL | VALUE_BOOL_VEC | VALUE_BOOL_GENTYPE)… in init()
1839 …const bool isIntOut = (funcInfo.outValue & (VALUE_INT | VALUE_INT_VEC | VALUE_INT_GENTYPE)) !=… in init()
1840 …const bool isUintOut = (funcInfo.outValue & (VALUE_UINT | VALUE_UINT_VEC | VALUE_UINT_GENTYPE)… in init()
1843 if (!innerGroup || (std::string(innerGroup->getName()) != funcInfo.caseName)) in init()
1846 innerGroup = new TestCaseGroup(m_testCtx, funcInfo.caseName, groupDesc.c_str()); in init()
1852 …const int outScalarSize = ((funcInfo.outValue == VALUE_FLOAT) || (funcInfo.outValue == VALUE_BOOL… in init()
1860 if (inScalarSize == 1) evalFunc = funcInfo.evalFuncScalar; in init()
[all …]
/external/deqp/modules/gles3/functional/
Des3fShaderOperatorTests.cpp1874 const BuiltinFuncInfo& funcInfo = outerGroupInfo.funcInfos[funcInfoNdx]; in init() local
1875 const char* shaderFuncName = funcInfo.shaderFuncName; in init()
1876 bool isBoolCase = (funcInfo.precisionMask == PRECMASK_NA); in init()
1877 …bool isBoolOut = (funcInfo.outValue & (VALUE_BOOL | VALUE_BOOL_VEC | VALUE_BOOL_GENTYPE)) != … in init()
1878 bool isIntOut = (funcInfo.outValue & (VALUE_INT | VALUE_INT_VEC | VALUE_INT_GENTYPE)) != 0; in init()
1879 …bool isUintOut = (funcInfo.outValue & (VALUE_UINT | VALUE_UINT_VEC | VALUE_UINT_GENTYPE)) != … in init()
1882 if (!innerGroup || (string(innerGroup->getName()) != funcInfo.caseName)) in init()
1885 innerGroup = new TestCaseGroup(m_context, funcInfo.caseName, groupDesc.c_str()); in init()
1891 …int outScalarSize = ((funcInfo.outValue == VALUE_FLOAT) || (funcInfo.outValue == VALUE_BOOL)) ? … in init()
1899 if (inScalarSize == 1) evalFunc = funcInfo.evalFuncScalar; in init()
[all …]
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyISelLowering.h92 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
/external/llvm/lib/Target/Mips/
DMipsFastISel.cpp201 explicit MipsFastISel(FunctionLoweringInfo &funcInfo, in MipsFastISel() argument
203 : FastISel(funcInfo, libInfo), TM(funcInfo.MF->getTarget()), in MipsFastISel()
204 Subtarget(&funcInfo.MF->getSubtarget<MipsSubtarget>()), in MipsFastISel()
206 MFI = funcInfo.MF->getInfo<MipsFunctionInfo>(); in MipsFastISel()
207 Context = &funcInfo.Fn->getContext(); in MipsFastISel()
1894 FastISel *Mips::createFastISel(FunctionLoweringInfo &funcInfo, in createFastISel() argument
1896 return new MipsFastISel(funcInfo, libInfo); in createFastISel()
DMipsISelLowering.h231 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
608 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
DMipsISelLowering.cpp452 MipsTargetLowering::createFastISel(FunctionLoweringInfo &funcInfo, in createFastISel() argument
454 if (!funcInfo.MF->getTarget().Options.EnableFastISel) in createFastISel()
455 return TargetLowering::createFastISel(funcInfo, libInfo); in createFastISel()
456 return Mips::createFastISel(funcInfo, libInfo); in createFastISel()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMISelLowering.h349 virtual FastISel *createFastISel(FunctionLoweringInfo &funcInfo) const;
536 FastISel *createFastISel(FunctionLoweringInfo &funcInfo);
DARMFastISel.cpp97 explicit ARMFastISel(FunctionLoweringInfo &funcInfo) in ARMFastISel() argument
98 : FastISel(funcInfo), in ARMFastISel()
99 TM(funcInfo.MF->getTarget()), in ARMFastISel()
103 AFI = funcInfo.MF->getInfo<ARMFunctionInfo>(); in ARMFastISel()
105 Context = &funcInfo.Fn->getContext(); in ARMFastISel()
2114 llvm::FastISel *ARM::createFastISel(FunctionLoweringInfo &funcInfo) { in createFastISel() argument
2116 const TargetMachine &TM = funcInfo.MF->getTarget(); in createFastISel()
2122 return new ARMFastISel(funcInfo); in createFastISel()
DARMISelLowering.cpp967 ARMTargetLowering::createFastISel(FunctionLoweringInfo &funcInfo) const { in createFastISel()
968 return ARM::createFastISel(funcInfo); in createFastISel()
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DFastISel.h144 explicit FastISel(FunctionLoweringInfo &funcInfo);
/external/llvm/lib/Target/ARM/
DARMFastISel.cpp89 explicit ARMFastISel(FunctionLoweringInfo &funcInfo, in ARMFastISel() argument
91 : FastISel(funcInfo, libInfo), in ARMFastISel()
93 &static_cast<const ARMSubtarget &>(funcInfo.MF->getSubtarget())), in ARMFastISel()
94 M(const_cast<Module &>(*funcInfo.Fn->getParent())), in ARMFastISel()
95 TM(funcInfo.MF->getTarget()), TII(*Subtarget->getInstrInfo()), in ARMFastISel()
97 AFI = funcInfo.MF->getInfo<ARMFunctionInfo>(); in ARMFastISel()
99 Context = &funcInfo.Fn->getContext(); in ARMFastISel()
3059 FastISel *ARM::createFastISel(FunctionLoweringInfo &funcInfo, in createFastISel() argument
3061 if (funcInfo.MF->getSubtarget<ARMSubtarget>().useFastISel()) in createFastISel()
3062 return new ARMFastISel(funcInfo, libInfo); in createFastISel()
DARMISelLowering.h401 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
690 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
DARMISelLowering.cpp1289 ARMTargetLowering::createFastISel(FunctionLoweringInfo &funcInfo, in createFastISel() argument
1291 return ARM::createFastISel(funcInfo, libInfo); in createFastISel()
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.h262 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
582 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
DAArch64ISelLowering.cpp828 AArch64TargetLowering::createFastISel(FunctionLoweringInfo &funcInfo, in createFastISel() argument
830 return AArch64::createFastISel(funcInfo, libInfo); in createFastISel()
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86ISelLowering.h709 virtual FastISel *createFastISel(FunctionLoweringInfo &funcInfo) const;
982 FastISel *createFastISel(FunctionLoweringInfo &funcInfo);
DX86FastISel.cpp60 explicit X86FastISel(FunctionLoweringInfo &funcInfo) : FastISel(funcInfo) { in X86FastISel() argument
2159 llvm::FastISel *X86::createFastISel(FunctionLoweringInfo &funcInfo) { in createFastISel() argument
2160 return new X86FastISel(funcInfo); in createFastISel()
DX86ISelLowering.cpp2766 X86TargetLowering::createFastISel(FunctionLoweringInfo &funcInfo) const { in createFastISel()
2767 return X86::createFastISel(funcInfo); in createFastISel()
/external/llvm/lib/Target/X86/
DX86ISelLowering.h971 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
1236 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
DX86FastISel.cpp61 explicit X86FastISel(FunctionLoweringInfo &funcInfo, in X86FastISel() argument
63 : FastISel(funcInfo, libInfo) { in X86FastISel()
64 Subtarget = &funcInfo.MF->getSubtarget<X86Subtarget>(); in X86FastISel()
3782 FastISel *X86::createFastISel(FunctionLoweringInfo &funcInfo, in createFastISel() argument
3784 return new X86FastISel(funcInfo, libInfo); in createFastISel()
DX86ISelLowering.cpp3773 X86TargetLowering::createFastISel(FunctionLoweringInfo &funcInfo, in createFastISel() argument
3775 return X86::createFastISel(funcInfo, libInfo); in createFastISel()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DFastISel.cpp995 FastISel::FastISel(FunctionLoweringInfo &funcInfo) in FastISel() argument
996 : FuncInfo(funcInfo), in FastISel()