Searched refs:ArgumentInfo (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/ |
D | ProfileInfoTypes.h | 31 ArgumentInfo = 1, /* The command line argument block */ enumerator
|
/external/swiftshader/src/OpenGL/compiler/ |
D | OutputASM.h | 329 struct ArgumentInfo struct 331 ArgumentInfo(const BlockMemberInfo& b, const TType& t, int clampedIndex, int bufferIndex) : in ArgumentInfo() function 338 ArgumentInfo getArgumentInfo(TIntermTyped *argument, int index); argument
|
D | OutputASM.cpp | 2104 OutputASM::ArgumentInfo OutputASM::getArgumentInfo(TIntermTyped *arg, int index) in getArgumentInfo() 2108 ArgumentInfo argumentInfo(BlockMemberInfo::getDefaultBlockInfo(), type, -1, -1); in getArgumentInfo() 2169 const ArgumentInfo argumentInfo = getArgumentInfo(arg, index); in argument() 2223 const ArgumentInfo argumentInfo = getArgumentInfo(arg, index); in argument()
|
/external/swiftshader/third_party/LLVM/runtime/libprofile/ |
D | CommonProfiling.c | 103 int PTy = ArgumentInfo; in getOutFile()
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | ProfileInfoLoader.cpp | 107 case ArgumentInfo: { in ProfileInfoLoader()
|
D | PathProfileVerifier.cpp | 184 unsigned type = ArgumentInfo; in runOnModule()
|
D | PathProfileInfo.cpp | 305 case ArgumentInfo: in runOnModule()
|