Searched defs:IsIndirect (Results 1 – 14 of 14) sorted by relevance
/external/mesa3d/src/gallium/drivers/radeon/ |
D | R600KernelParameters.cpp | 53 bool IsIndirect; member 139 bool R600KernelParameters::IsIndirect(Value *Val, std::set<Value*> &Visited) { in IsIndirect() function in __anonaaaee3570111::R600KernelParameters 245 void R600KernelParameters::Propagate(Value* V, const Twine& Name, bool IsIndirect) { in Propagate()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SDNodeDbgValue.h | 52 bool IsIndirect; variable
|
D | FastISel.cpp | 1206 bool IsIndirect = DI->getOffset() != 0; in selectIntrinsicCall() local
|
D | SelectionDAGISel.cpp | 550 bool IsIndirect = MI->isIndirectDebugValue(); in runOnMachineFunction() local
|
D | SelectionDAGBuilder.cpp | 4252 DILocation *DL, int64_t Offset, bool IsIndirect, const SDValue &N) { in EmitFuncArgumentDbgValue()
|
D | SelectionDAG.cpp | 6248 unsigned R, bool IsIndirect, uint64_t Off, in getDbgValue()
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineInstrBuilder.h | 347 const MCInstrDesc &MCID, bool IsIndirect, in BuildMI() 375 const MCInstrDesc &MCID, bool IsIndirect, in BuildMI()
|
/external/llvm/lib/CodeGen/ |
D | LiveDebugVariables.cpp | 114 bool IsIndirect; ///< true if this is a register-indirect+offset value. member in __anonc19bfbeb0211::UserValue 458 unsigned Offset, bool IsIndirect, in getUserValue() 498 bool IsIndirect = MI->isIndirectDebugValue(); in handleDebugValue() local
|
D | RegAllocFast.cpp | 302 bool IsIndirect = DBG->isIndirectDebugValue(); in spillVirtReg() local 869 bool IsIndirect = MI->isIndirectDebugValue(); in AllocateBasicBlock() local
|
D | InlineSpiller.cpp | 1229 bool IsIndirect = MI->isIndirectDebugValue(); in spillAroundUses() local
|
/external/llvm/lib/Target/ARM/ |
D | ARMAsmPrinter.cpp | 868 bool IsIndirect = (TargetFlags & ARMII::MO_NONLAZY) && in GetARMGVSymbol() local 889 bool IsIndirect = (TargetFlags & ARMII::MO_DLLIMPORT); in GetARMGVSymbol() local
|
D | ARMFastISel.cpp | 584 bool IsIndirect = Subtarget->GVIsIndirectSymbol(GV, RelocM); in ARMMaterializeGV() local
|
/external/clang/lib/CodeGen/ |
D | TargetInfo.cpp | 275 QualType ValueTy, bool IsIndirect, in emitVoidPtrVAArg() 4443 bool IsIndirect = AI.isIndirect(); in EmitAAPCSVAArg() local 4717 bool IsIndirect = false; in EmitDarwinVAArg() local 5350 bool IsIndirect = false; in EmitVAArg() local 5679 bool IsIndirect = AI.isIndirect(); in EmitVAArg() local
|
/external/v8/src/ |
D | objects-inl.h | 430 bool StringShape::IsIndirect() { in IsIndirect() function
|