Home
last modified time | relevance | path

Searched defs:isIndirect (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMachineLocation.h45 bool isIndirect() const { return !IsRegister; } in isIndirect() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.h129 bool isIndirect() { return Target != nullptr && Target->isReg(); } in isIndirect() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSDNodeDbgValue.h114 bool isIndirect() const { return IsIndirect; } in isIndirect() function
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
DvktDrawShaderDrawParametersTests.cpp89 bool isIndirect (void) const { return (m_flags & TEST_FLAG_INDIRECT) != 0; } in isIndirect() function in vkt::Draw::__anon43af726c0111::DrawTest
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DInlineAsm.h144 bool isIndirect = false; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DIRSymtab.h196 bool isIndirect() const { return (Flags >> S::FB_indirect) & 1; } in isIndirect() function
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
DvktMeshShaderApiTests.cpp730 const bool isIndirect = (drawCase != DrawType::DRAW); in createMeshShaderApiTests() local
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp85 bool isIndirect(int dim) const in isIndirect() function in tgsi::Instruction::SrcRegister
144 bool isIndirect(int dim) const in isIndirect() function in tgsi::Instruction::DstRegister
Dnv50_ir.h671 inline bool isIndirect(int dim) const { return indirect[dim] >= 0; } in isIndirect() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp5350 const PPCSubtarget &Subtarget, bool isIndirect) { in buildCallOperands()
5435 const bool isIndirect = isIndirectCall(Callee, DAG, Subtarget, isPatchPoint); in FinishCall() local