HomeSort by relevance Sort by last modified time
    Searched defs:VarInfo (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/ppapi/shared_impl/
var_tracker.h 153 struct PPAPI_SHARED_EXPORT VarInfo {
154 VarInfo();
155 VarInfo(Var* v, int input_ref_count);
175 typedef base::hash_map<int32, VarInfo> VarMap;
var_tracker.cc 21 VarTracker::VarInfo::VarInfo()
27 VarTracker::VarInfo::VarInfo(Var* v, int input_ref_count)
82 VarInfo& info = found->second;
113 VarInfo& info = found->second;
155 VarInfo(var, mode == ADD_VAR_TAKE_ONE_REFERENCE ? 1 : 0)));
  /external/llvm/include/llvm/CodeGen/
LiveVariables.h 53 /// VarInfo - This represents the regions where a virtual register is live in
79 struct VarInfo {
120 IndexedMap<VarInfo, VirtReg2IndexFunctor> VirtRegInfo;
268 /// getVarInfo - Return the VarInfo structure for the specified VIRTUAL
270 VarInfo &getVarInfo(unsigned RegIdx);
272 void MarkVirtRegAliveInBlock(VarInfo& VRInfo, MachineBasicBlock* DefBlock,
274 void MarkVirtRegAliveInBlock(VarInfo& VRInfo, MachineBasicBlock* DefBlock,
  /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/chromium_org/gpu/command_buffer/service/
program_manager_unittest.cc 228 } VarInfo;
294 Program* SetupShaderVariableTest(const VarInfo* vertex_variables,
296 const VarInfo* fragment_variables,
    [all...]

Completed in 1022 milliseconds