Home
last modified time | relevance | path

Searched refs:checkOperation (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/CodeGen/
DImplicitNullChecks.cpp84 explicit NullCheck(MachineInstr *memOperation, MachineInstr *checkOperation, in NullCheck() argument
89 : MemOperation(memOperation), CheckOperation(checkOperation), in NullCheck()
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktAtomicOperationTests.cpp259 checkOperation(m_original, *m_ptr, resultCollector); in checkResults()
283 void checkOperation (const BufferData<dataTypeT>& original,
315 void TestBuffer<T>::checkOperation (const BufferData<T>& original, in checkOperation() function in vkt::shaderexecutor::__anonffe0b4930111::TestBuffer
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DImplicitNullChecks.cpp142 explicit NullCheck(MachineInstr *memOperation, MachineInstr *checkOperation, in NullCheck() argument
147 : MemOperation(memOperation), CheckOperation(checkOperation), in NullCheck()