Home
last modified time | relevance | path

Searched defs:IsIndirect (Results 1 – 9 of 9) sorted by relevance

/freebsd-9-stable/contrib/llvm/lib/CodeGen/
DLiveDebugVariables.cpp111 bool IsIndirect; ///< true if this is a register-indirect+offset value. member in __anonb93fd1e40211::UserValue
422 bool IsIndirect, DebugLoc DL) { in getUserValue()
460 bool IsIndirect = MI->isIndirectDebugValue(); in handleDebugValue() local
DRegAllocFast.cpp301 bool IsIndirect = DBG->isIndirectDebugValue(); in spillVirtReg() local
862 bool IsIndirect = MI->isIndirectDebugValue(); in AllocateBasicBlock() local
DInlineSpiller.cpp1197 bool IsIndirect = MI->isIndirectDebugValue(); in spillAroundUses() local
/freebsd-9-stable/contrib/llvm/include/llvm/CodeGen/
DMachineInstrBuilder.h346 bool IsIndirect, in BuildMI()
372 bool IsIndirect, in BuildMI()
/freebsd-9-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp688 bool IsIndirect = DI->getOffset() != 0; in SelectCall() local
DSelectionDAGISel.cpp475 bool IsIndirect = MI->isIndirectDebugValue(); in runOnMachineFunction() local
DSelectionDAGBuilder.cpp4532 bool IsIndirect = Offset != 0; in EmitFuncArgumentDbgValue() local
/freebsd-9-stable/contrib/llvm/tools/clang/lib/CodeGen/
DTargetInfo.cpp3759 bool IsIndirect = false; in EmitVAArg() local
4524 bool IsIndirect = AI.isIndirect(); in EmitVAArg() local
/freebsd-9-stable/contrib/llvm/lib/Target/ARM/
DARMFastISel.cpp670 bool IsIndirect = Subtarget->GVIsIndirectSymbol(GV, RelocM); in ARMMaterializeGV() local