Searched refs:IsIndirect (Results 1 - 9 of 9) sorted by relevance

/freebsd-9.3-release/contrib/llvm/include/llvm/CodeGen/
H A DMachineInstrBuilder.h346 bool IsIndirect,
350 if (IsIndirect)
372 bool IsIndirect,
377 MachineInstr *MI = BuildMI(MF, DL, MCID, IsIndirect, Reg, Offset, MD);
343 BuildMI(MachineFunction &MF, DebugLoc DL, const MCInstrDesc &MCID, bool IsIndirect, unsigned Reg, unsigned Offset, const MDNode *MD) argument
368 BuildMI(MachineBasicBlock &BB, MachineBasicBlock::iterator I, DebugLoc DL, const MCInstrDesc &MCID, bool IsIndirect, unsigned Reg, unsigned Offset, const MDNode *MD) argument
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp111 bool IsIndirect; ///< true if this is a register-indirect+offset value. member in class:__anon2130::UserValue
141 : variable(var), offset(o), IsIndirect(i), dl(L), leader(this),
307 bool IsIndirect, DebugLoc DL);
422 bool IsIndirect, DebugLoc DL) {
432 UserValue *UV = new UserValue(Var, Offset, IsIndirect, DL, allocator);
460 bool IsIndirect = MI->isIndirectDebugValue(); local
461 unsigned Offset = IsIndirect ? MI->getOperand(1).getImm() : 0;
464 UserValue *UV = getUserValue(Var, Offset, IsIndirect, MI->getDebugLoc());
936 IsIndirect, Loc.getReg(), offset, variable);
421 getUserValue(const MDNode *Var, unsigned Offset, bool IsIndirect, DebugLoc DL) argument
H A DRegAllocFast.cpp301 bool IsIndirect = DBG->isIndirectDebugValue(); local
302 uint64_t Offset = IsIndirect ? DBG->getOperand(1).getImm() : 0;
862 bool IsIndirect = MI->isIndirectDebugValue(); local
863 uint64_t Offset = IsIndirect ? MI->getOperand(1).getImm() : 0;
H A DInlineSpiller.cpp1197 bool IsIndirect = MI->isIndirectDebugValue(); local
1198 uint64_t Offset = IsIndirect ? MI->getOperand(1).getImm() : 0;
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DTargetInfo.cpp3661 bool IsIndirect = false;
3672 IsIndirect = true;
3694 if (IsIndirect)
4426 bool IsIndirect = AI.isIndirect();
4428 if (IsIndirect) {
4518 if (IsIndirect)
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp688 bool IsIndirect = DI->getOffset() != 0; local
689 BuildMI(*FuncInfo.MBB, FuncInfo.InsertPt, DL, II, IsIndirect,
H A DSelectionDAGISel.cpp475 bool IsIndirect = MI->isIndirectDebugValue(); local
476 unsigned Offset = IsIndirect ? MI->getOperand(1).getImm() : 0;
480 IsIndirect,
501 IsIndirect,
H A DSelectionDAGBuilder.cpp4532 bool IsIndirect = Offset != 0;
4536 IsIndirect,
/freebsd-9.3-release/contrib/llvm/lib/Target/ARM/
H A DARMFastISel.cpp670 bool IsIndirect = Subtarget->GVIsIndirectSymbol(GV, RelocM); local
740 unsigned Opc = IsIndirect ? ARM::PICLDR : ARM::PICADD;
753 if (IsIndirect) {

Completed in 296 milliseconds