| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/ |
| H A D | BitcodeReader.cpp | 628 Value *getFnValueByID(unsigned ID, Type *Ty, Type **FullTy = nullptr) { in getFnValueByID() argument 652 getValueTypePair(SmallVectorImpl<uint64_t> &Record, unsigned &Slot, unsigned InstNum, Value *&ResVal, Type **FullTy = nullptr) getValueTypePair() argument [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
| H A D | SimplifyCFG.cpp | 230 SafeToMergeTerminators(Instruction *SI1, Instruction *SI2, SmallSetVector<BasicBlock *, 4> *FailBlocks = nullptr) SafeToMergeTerminators() argument 302 AddPredecessorToBlock(BasicBlock *Succ, BasicBlock *NewPred, BasicBlock *ExistPred, MemorySSAUpdater *MSSAU = nullptr) AddPredecessorToBlock() argument 681 EraseTerminatorAndDCECond(Instruction *TI, MemorySSAUpdater *MSSAU = nullptr) EraseTerminatorAndDCECond() argument 2908 ensureValueAvailableInSuccessor(Value *V, BasicBlock *BB, Value *AlternativeV = nullptr) ensureValueAvailableInSuccessor() argument [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUISelLowering.cpp | 452 setLibcallName(static_cast<RTLIB::Libcall>(I), nullptr); in AMDGPUTargetLowering() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelDAGToDAG.cpp | 2375 SDNode *Select(SDNode *N, bool LateMask, unsigned *InstCnt = nullptr) { in Select() argument 1955 SelectRotMask64(SDValue V, const SDLoc &dl, unsigned RLAmt, bool Repl32, unsigned MaskStart, unsigned MaskEnd, unsigned *InstCnt = nullptr) SelectRotMask64() argument 2019 SelectRotMaskIns64(SDValue Base, SDValue V, const SDLoc &dl, unsigned RLAmt, bool Repl32, unsigned MaskStart, unsigned MaskEnd, unsigned *InstCnt = nullptr) SelectRotMaskIns64() argument [all...] |
| H A D | PPCISelLowering.cpp | 2679 getLabelAccessInfo(bool IsPIC, const PPCSubtarget &Subtarget, unsigned &HiOpFlags, unsigned &LoOpFlags, const GlobalValue *GV = nullptr) getLabelAccessInfo() argument [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
| H A D | vktPipelineShaderModuleIdentifierTests.cpp | 104 VkShaderModuleCreateInfo makeShaderModuleCreateInfo (size_t codeSize, const uint32_t* pCode, const VkShaderModuleCreateFlags createFlags = 0u, const void* pNext = nullptr) in makeShaderModuleCreateInfo() argument 180 ShaderStageIdPtr makeShaderStageModuleIdentifierCreateInfo (const ShaderModuleId& moduleId, UseModuleCase moduleUse, de::Random* rnd = nullptr) in makeShaderStageModuleIdentifierCreateInfo() argument 1536 nullptr, // const char* const* ppEnabledLayerNames; in DeviceHelper() local 3372 nullptr, iterate() local 3373 nullptr, iterate() local 3374 nullptr, iterate() local 3375 nullptr, iterate() local 3376 nullptr, iterate() local [all...] |
| /third_party/node/deps/v8/src/interpreter/ |
| H A D | bytecode-generator.cc | 3325 LoopBuilder loop_builder(builder(), nullptr, nullptr); BuildFillArrayWithIterator() local 4856 LoopBuilder loop_builder(builder(), nullptr, nullptr); VisitYieldStar() local [all...] |
| /third_party/node/deps/v8/src/parsing/ |
| H A D | parser-base.h | 952 ExpectContextualKeyword(const AstRawString* name, const char* fullname = nullptr, int pos = -1) ExpectContextualKeyword() argument 5924 impl(), VariableMode::kLet, nullptr); ParseTryStatement() local [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
| H A D | CodeGenPrepare.cpp | 2687 InstructionRemover(Instruction *Inst, SetOfInstrs &RemovedInsts, Value *New = nullptr) InstructionRemover() argument [all...] |
| /third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
| H A D | vulkan_raii.hpp | 9218 static_cast<VkPhysicalDevice>( m_physicalDevice ), &queueFamilyPropertyCount, nullptr ); global() variable 9528 static_cast<VkDevice>( m_device ), static_cast<VkImage>( m_image ), &sparseMemoryRequirementCount, nullptr ); global() variable 9557 nullptr ); global() variable 10513 nullptr ); global() variable 10633 static_cast<VkPhysicalDevice>( m_physicalDevice ), &queueFamilyPropertyCount, nullptr ); global() variable 10648 static_cast<VkPhysicalDevice>( m_physicalDevice ), &queueFamilyPropertyCount, nullptr ); getQueueFamilyProperties2() local 10700 nullptr ); global() variable 12171 static_cast<VkPhysicalDevice>( m_physicalDevice ), &queueFamilyPropertyCount, nullptr ); global() variable 12191 static_cast<VkPhysicalDevice>( m_physicalDevice ), &queueFamilyPropertyCount, nullptr ); getQueueFamilyProperties2KHR() local 12255 nullptr ); global() variable 13587 nullptr ); global() variable 14628 getDispatcher()->vkGetQueueCheckpointDataNV( static_cast<VkQueue>( m_queue ), &checkpointDataCount, nullptr ); global() variable 15769 getDispatcher()->vkGetQueueCheckpointData2NV( static_cast<VkQueue>( m_queue ), &checkpointDataCount, nullptr ); global() variable 16507 nullptr ); global() variable [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 7481 tryAdvSIMDModImm32(unsigned NewOp, SDValue Op, SelectionDAG &DAG, const APInt &Bits, const SDValue *LHS = nullptr) tryAdvSIMDModImm32() argument 7529 tryAdvSIMDModImm16(unsigned NewOp, SDValue Op, SelectionDAG &DAG, const APInt &Bits, const SDValue *LHS = nullptr) tryAdvSIMDModImm16() argument [all...] |
| /third_party/node/deps/v8/src/api/ |
| H A D | api.cc | 5822 DCHECK(IsCacheable() && cached_data_ != nullptr); CheckCachedDataInvariants() local 5831 DCHECK(IsCacheable() && cached_data_ != nullptr); CheckCachedDataInvariants() local [all...] |
| /third_party/vulkan-headers/include/vulkan/ |
| H A D | vulkan_raii.hpp | 9354 Pipeline( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device const & device, VkPipeline pipeline, VULKAN_HPP_NAMESPACE::Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator = nullptr, VULKAN_HPP_NAMESPACE::Result successCode = VULKAN_HPP_NAMESPACE::Result::eSuccess ) Pipeline() argument 11776 getDispatcher()->vkGetPhysicalDeviceQueueFamilyProperties( static_cast<VkPhysicalDevice>( m_physicalDevice ), &queueFamilyPropertyCount, nullptr ); getQueueFamilyProperties() local 12124 static_cast<VkDevice>( m_device ), static_cast<VkImage>( m_image ), &sparseMemoryRequirementCount, nullptr ); getSparseMemoryRequirements() local 12158 nullptr ); getSparseImageFormatProperties() local 13687 static_cast<VkDevice>( m_device ), reinterpret_cast<const VkImageSparseMemoryRequirementsInfo2 *>( &info ), &sparseMemoryRequirementCount, nullptr ); getImageSparseMemoryRequirements2() local 13823 getDispatcher()->vkGetPhysicalDeviceQueueFamilyProperties2( static_cast<VkPhysicalDevice>( m_physicalDevice ), &queueFamilyPropertyCount, nullptr ); getQueueFamilyProperties2() local 13846 getDispatcher()->vkGetPhysicalDeviceQueueFamilyProperties2( static_cast<VkPhysicalDevice>( m_physicalDevice ), &queueFamilyPropertyCount, nullptr ); getQueueFamilyProperties2() local 13908 nullptr ); getSparseImageFormatProperties2() local 14685 static_cast<VkDevice>( m_device ), reinterpret_cast<const VkDeviceImageMemoryRequirements *>( &info ), &sparseMemoryRequirementCount, nullptr ); getImageSparseMemoryRequirements() local 16193 getDispatcher()->vkGetPhysicalDeviceQueueFamilyProperties2KHR( static_cast<VkPhysicalDevice>( m_physicalDevice ), &queueFamilyPropertyCount, nullptr ); getQueueFamilyProperties2KHR() local 16216 getDispatcher()->vkGetPhysicalDeviceQueueFamilyProperties2KHR( static_cast<VkPhysicalDevice>( m_physicalDevice ), &queueFamilyPropertyCount, nullptr ); getQueueFamilyProperties2KHR() local 16279 nullptr ); getSparseImageFormatProperties2KHR() local 17759 static_cast<VkDevice>( m_device ), reinterpret_cast<const VkImageSparseMemoryRequirementsInfo2 *>( &info ), &sparseMemoryRequirementCount, nullptr ); getImageSparseMemoryRequirements2KHR() local 19031 getDispatcher()->vkGetQueueCheckpointDataNV( static_cast<VkQueue>( m_queue ), &checkpointDataCount, nullptr ); getCheckpointDataNV() local 20487 getDispatcher()->vkGetQueueCheckpointData2NV( static_cast<VkQueue>( m_queue ), &checkpointDataCount, nullptr ); getCheckpointData2NV() local 21556 static_cast<VkDevice>( m_device ), reinterpret_cast<const VkDeviceImageMemoryRequirements *>( &info ), &sparseMemoryRequirementCount, nullptr ); getImageSparseMemoryRequirementsKHR() local [all...] |