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

  /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;
276 /// getVarInfo - Return the VarInfo structure for the specified VIRTUAL
278 VarInfo &getVarInfo(unsigned RegIdx);
280 void MarkVirtRegAliveInBlock(VarInfo& VRInfo, MachineBasicBlock* DefBlock,
282 void MarkVirtRegAliveInBlock(VarInfo& VRInfo, MachineBasicBlock* DefBlock,
  /external/llvm/include/llvm/
DIBuilder.h 530 /// @param VarInfo Variable's debug info descriptor.
532 Instruction *insertDeclare(llvm::Value *Storage, DIVariable VarInfo,
537 /// @param VarInfo Variable's debug info descriptor.
539 Instruction *insertDeclare(llvm::Value *Storage, DIVariable VarInfo,
546 /// @param VarInfo Variable's debug info descriptor.
549 DIVariable VarInfo,
555 /// @param VarInfo Variable's debug info descriptor.
558 DIVariable VarInfo,
  /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);
704 VarInfo &VI = getVarInfo(Reg);
718 assert(removed && "kill not in register's VarInfo?")
    [all...]
PHIElimination.cpp 252 LiveVariables::VarInfo &VI = LV->getVarInfo(IncomingReg);
270 // for the VarInfo is not filled in.
MachineVerifier.cpp     [all...]
LiveIntervalAnalysis.cpp 212 LiveVariables::VarInfo& vi = LV->getVarInfo(interval.reg);
    [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/llvm/lib/VMCore/
DIBuilder.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp 238 LiveVariables::VarInfo &VI = LV->getVarInfo(Reg);
    [all...]

Completed in 475 milliseconds