Searched refs:IsIndirect (Results 1 – 9 of 9) sorted by relevance
| /freebsd-9-stable/contrib/llvm/lib/CodeGen/ |
| D | LiveDebugVariables.cpp | 111 bool IsIndirect; ///< true if this is a register-indirect+offset value. member in __anonb93fd1e40211::UserValue 141 : variable(var), offset(o), IsIndirect(i), dl(L), leader(this), in UserValue() 307 bool IsIndirect, DebugLoc DL); 422 bool IsIndirect, DebugLoc DL) { in getUserValue() argument 432 UserValue *UV = new UserValue(Var, Offset, IsIndirect, DL, allocator); in getUserValue() 460 bool IsIndirect = MI->isIndirectDebugValue(); in handleDebugValue() local 461 unsigned Offset = IsIndirect ? MI->getOperand(1).getImm() : 0; in handleDebugValue() 464 UserValue *UV = getUserValue(Var, Offset, IsIndirect, MI->getDebugLoc()); in handleDebugValue() 936 IsIndirect, Loc.getReg(), offset, variable); in insertDebugValue()
|
| D | RegAllocFast.cpp | 301 bool IsIndirect = DBG->isIndirectDebugValue(); in spillVirtReg() local 302 uint64_t Offset = IsIndirect ? DBG->getOperand(1).getImm() : 0; in spillVirtReg() 862 bool IsIndirect = MI->isIndirectDebugValue(); in AllocateBasicBlock() local 863 uint64_t Offset = IsIndirect ? MI->getOperand(1).getImm() : 0; in AllocateBasicBlock()
|
| D | InlineSpiller.cpp | 1197 bool IsIndirect = MI->isIndirectDebugValue(); in spillAroundUses() local 1198 uint64_t Offset = IsIndirect ? MI->getOperand(1).getImm() : 0; in spillAroundUses()
|
| /freebsd-9-stable/contrib/llvm/include/llvm/CodeGen/ |
| D | MachineInstrBuilder.h | 346 bool IsIndirect, in BuildMI() argument 350 if (IsIndirect) in BuildMI() 372 bool IsIndirect, in BuildMI() argument 377 MachineInstr *MI = BuildMI(MF, DL, MCID, IsIndirect, Reg, Offset, MD); in BuildMI()
|
| /freebsd-9-stable/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| D | SelectionDAGISel.cpp | 475 bool IsIndirect = MI->isIndirectDebugValue(); in runOnMachineFunction() local 476 unsigned Offset = IsIndirect ? MI->getOperand(1).getImm() : 0; in runOnMachineFunction() 480 IsIndirect, in runOnMachineFunction() 501 IsIndirect, in runOnMachineFunction()
|
| D | FastISel.cpp | 688 bool IsIndirect = DI->getOffset() != 0; in SelectCall() local 689 BuildMI(*FuncInfo.MBB, FuncInfo.InsertPt, DL, II, IsIndirect, in SelectCall()
|
| D | SelectionDAGBuilder.cpp | 4532 bool IsIndirect = Offset != 0; in EmitFuncArgumentDbgValue() local 4536 IsIndirect, in EmitFuncArgumentDbgValue()
|
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/CodeGen/ |
| D | TargetInfo.cpp | 3759 bool IsIndirect = false; in EmitVAArg() local 3770 IsIndirect = true; in EmitVAArg() 3792 if (IsIndirect) in EmitVAArg() 4524 bool IsIndirect = AI.isIndirect(); in EmitVAArg() local 4526 if (IsIndirect) { in EmitVAArg() 4616 if (IsIndirect) in EmitVAArg()
|
| /freebsd-9-stable/contrib/llvm/lib/Target/ARM/ |
| D | ARMFastISel.cpp | 670 bool IsIndirect = Subtarget->GVIsIndirectSymbol(GV, RelocM); in ARMMaterializeGV() local 740 unsigned Opc = IsIndirect ? ARM::PICLDR : ARM::PICADD; in ARMMaterializeGV() 753 if (IsIndirect) { in ARMMaterializeGV()
|