HomeSort by relevance Sort by last modified time
    Searched full:varinfo (Results 1 - 18 of 18) sorted by null

  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
VariableInfo.cpp 103 TVariableInfo varInfo;
105 varInfo.name = (name + "[0]").c_str();
106 varInfo.size = type.getArraySize();
108 varInfo.name = name.c_str();
109 varInfo.size = 1;
111 varInfo.type = getVariableDataType(type);
112 infoList.push_back(varInfo);
ShaderLang.cpp 57 const TVariableInfo& varInfo = varList[index];
58 if (length) *length = varInfo.name.size();
59 *size = varInfo.size;
60 *type = varInfo.type;
61 strcpy(name, varInfo.name.c_str());
  /external/llvm/include/llvm/CodeGen/
LiveVariables.h 55 /// VarInfo - This represents the regions where a virtual register is live in
81 struct VarInfo {
122 IndexedMap<VarInfo, VirtReg2IndexFunctor> VirtRegInfo;
270 /// getVarInfo - Return the VarInfo structure for the specified VIRTUAL
272 VarInfo &getVarInfo(unsigned RegIdx);
274 void MarkVirtRegAliveInBlock(VarInfo& VRInfo, MachineBasicBlock* DefBlock,
276 void MarkVirtRegAliveInBlock(VarInfo& VRInfo, MachineBasicBlock* DefBlock,
  /external/llvm/lib/CodeGen/
LiveVariables.cpp 60 LiveVariables::VarInfo::findKill(const MachineBasicBlock *MBB) const {
67 void LiveVariables::VarInfo::dump() const {
84 /// getVarInfo - Get (possibly creating) a VarInfo object for the given vreg.
85 LiveVariables::VarInfo &LiveVariables::getVarInfo(unsigned RegIdx) {
92 void LiveVariables::MarkVirtRegAliveInBlock(VarInfo& VRInfo,
118 void LiveVariables::MarkVirtRegAliveInBlock(VarInfo &VRInfo,
137 VarInfo& VRInfo = getVarInfo(reg);
183 VarInfo &VRInfo = getVarInfo(Reg);
679 VarInfo &VI = getVarInfo(Reg);
693 assert(removed && "kill not in register's VarInfo?")
    [all...]
PHIElimination.cpp 269 LiveVariables::VarInfo &VI = LV->getVarInfo(IncomingReg);
287 // for the VarInfo is not filled in.
MachineVerifier.cpp     [all...]
  /external/llvm/include/llvm/
DIBuilder.h 561 /// @param VarInfo Variable's debug info descriptor.
563 Instruction *insertDeclare(llvm::Value *Storage, DIVariable VarInfo,
568 /// @param VarInfo Variable's debug info descriptor.
570 Instruction *insertDeclare(llvm::Value *Storage, DIVariable VarInfo,
577 /// @param VarInfo Variable's debug info descriptor.
580 DIVariable VarInfo,
586 /// @param VarInfo Variable's debug info descriptor.
589 DIVariable VarInfo,
  /external/llvm/lib/IR/
DIBuilder.cpp     [all...]
  /frameworks/compile/slang/
slang_rs_metadata_spec_encoder.cpp 318 llvm::SmallVector<llvm::Value*, 1> VarInfo;
320 if (!EncodeInteger(mModule->getContext(), VarName, VarInfo)) {
323 if (!EncodeInteger(mModule->getContext(), Type, VarInfo)) {
331 VarInfo));
  /external/valgrind/main/coregrind/m_debuginfo/
storage.c 970 if (!di->varinfo) {
971 di->varinfo = VG_(newXA)( ML_(dinfo_zalloc),
979 while ( VG_(sizeXA)(di->varinfo) <= level ) {
    [all...]
debuginfo.c 264 if (di->varinfo) {
265 for (i = 0; i < VG_(sizeXA)(di->varinfo); i++) {
266 OSet* scope = *(OSet**)VG_(indexXA)(di->varinfo, i);
288 VG_(deleteXA)(di->varinfo);
    [all...]
priv_storage.h 788 XArray* /* of OSet of DiAddrRange */varinfo; member in struct:_DebugInfo
795 in the .varinfo. Also, when deleting this DebugInfo, we must
    [all...]
readelf.c     [all...]
readmacho.c 762 // A comment from Julian about why varinfo[35] fail:
    [all...]
  /external/valgrind/main/memcheck/tests/
Makefile.am 370 # for the varinfo tests. We still expect sane results.
Makefile.in     [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp 243 LiveVariables::VarInfo &VI = LV->getVarInfo(Reg);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar 

Completed in 437 milliseconds