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

1 2

  /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 {
97 VarInfo() : NumUses(0) {}
128 IndexedMap<VarInfo, VirtReg2IndexFunctor> VirtRegInfo;
279 /// getVarInfo - Return the VarInfo structure for the specified VIRTUAL
281 VarInfo &getVarInfo(unsigned RegIdx);
283 void MarkVirtRegAliveInBlock(VarInfo& VRInfo, MachineBasicBlock* DefBlock,
285 void MarkVirtRegAliveInBlock(VarInfo& VRInfo, MachineBasicBlock* DefBlock,
  /external/llvm/lib/CodeGen/
LiveVariables.cpp 58 LiveVariables::VarInfo::findKill(const MachineBasicBlock *MBB) const {
65 void LiveVariables::VarInfo::dump() const {
80 /// getVarInfo - Get (possibly creating) a VarInfo object for the given vreg.
81 LiveVariables::VarInfo &LiveVariables::getVarInfo(unsigned RegIdx) {
88 void LiveVariables::MarkVirtRegAliveInBlock(VarInfo& VRInfo,
113 void LiveVariables::MarkVirtRegAliveInBlock(VarInfo &VRInfo,
132 VarInfo& VRInfo = getVarInfo(reg);
179 VarInfo &VRInfo = getVarInfo(Reg);
650 VarInfo &VI = getVarInfo(Reg);
664 assert(removed && "kill not in register's VarInfo?")
    [all...]
ProcessImplicitDefs.cpp 125 LiveVariables::VarInfo& vi = LV->getVarInfo(MO.getReg());
158 LiveVariables::VarInfo& vi = LV->getVarInfo(Reg);
267 // Update LiveVariables varinfo if the instruction is a kill.
269 LiveVariables::VarInfo& vi = LV->getVarInfo(Reg);
PHIElimination.cpp 241 LiveVariables::VarInfo &VI = LV->getVarInfo(IncomingReg);
260 // for the VarInfo is not filled in.
MachineVerifier.cpp 653 LiveVariables::VarInfo &VI = LiveVars->getVarInfo(Reg);
    [all...]
LiveIntervalAnalysis.cpp 296 LiveVariables::VarInfo& vi = lv_->getVarInfo(interval.reg);
    [all...]
  /external/llvm/lib/Analysis/
DIBuilder.cpp     [all...]
  /external/llvm/include/llvm/Analysis/
DIBuilder.h 486 /// @param VarInfo Variable's debug info descriptor.
488 Instruction *insertDeclare(llvm::Value *Storage, DIVariable VarInfo,
493 /// @param VarInfo Variable's debug info descriptor.
495 Instruction *insertDeclare(llvm::Value *Storage, DIVariable VarInfo,
502 /// @param VarInfo Variable's debug info descriptor.
505 DIVariable VarInfo,
511 /// @param VarInfo Variable's debug info descriptor.
514 DIVariable VarInfo,
  /frameworks/compile/slang/
slang_rs_metadata_spec_encoder.cpp 324 llvm::SmallVector<llvm::Value*, 1> VarInfo;
326 if (!EncodeInteger(mModule->getContext(), VarName, VarInfo)) {
329 if (!EncodeInteger(mModule->getContext(), Type, VarInfo)) {
337 VarInfo));
  /external/valgrind/main/coregrind/m_debuginfo/
storage.c 940 if (!di->varinfo) {
941 di->varinfo = VG_(newXA)( ML_(dinfo_zalloc),
949 while ( VG_(sizeXA)(di->varinfo) <= level ) {
957 scope, VG_(sizeXA)(di->varinfo));
958 VG_(addToXA)( di->varinfo, &scope );
975 vg_assert( VG_(sizeXA)(di->varinfo) > level );
976 scope = *(OSet**)VG_(indexXA)( di->varinfo, level );
    [all...]
debuginfo.c 256 if (di->varinfo) {
257 for (i = 0; i < VG_(sizeXA)(di->varinfo); i++) {
258 OSet* scope = *(OSet**)VG_(indexXA)(di->varinfo, i);
280 VG_(deleteXA)(di->varinfo);
    [all...]
priv_storage.h 662 XArray* /* of OSet of DiAddrRange */varinfo; member in struct:_DebugInfo
669 in the .varinfo. Also, when deleting this DebugInfo, we must
readmacho.c 745 // A comment from Julian about why varinfo[35] fail:
    [all...]
  /external/valgrind/main/memcheck/tests/
Makefile.am 314 # for the varinfo tests. We still expect sane results.
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp 241 LiveVariables::VarInfo &VI = LV->getVarInfo(Reg);
    [all...]
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/bin/
i686-unknown-linux-gnu-addr2line 
i686-unknown-linux-gnu-ar 
i686-unknown-linux-gnu-c++filt 
i686-unknown-linux-gnu-nm 
i686-unknown-linux-gnu-ranlib 
i686-unknown-linux-gnu-size 
i686-unknown-linux-gnu-strings 
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/i686-unknown-linux-gnu/bin/
ar 

Completed in 851 milliseconds

1 2