| /third_party/node/deps/v8/src/codegen/ |
| H A D | code-stub-assembler.h | 3559 RelationalComparison( Operation op, TNode<Object> left, TNode<Object> right, TNode<Context> context, TVariable<Smi>* var_type_feedback = nullptr) RelationalComparison() argument 3619 Equal(TNode<Object> lhs, TNode<Object> rhs, TNode<Context> context, TVariable<Smi>* var_type_feedback = nullptr) Equal() argument [all...] |
| /third_party/node/deps/v8/src/wasm/baseline/arm/ |
| H A D | liftoff-assembler-arm.h | 641 LoadInternal(LiftoffAssembler* lasm, LiftoffRegister dst, Register src_addr, Register offset_reg, int32_t offset_imm, LoadType type, LiftoffRegList pinned, uint32_t* protected_load_pc = nullptr, bool is_load_mem = false) LoadInternal() argument
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
| H A D | vktRenderPassFragmentDensityMapTests.cpp | 178 nullptr, //pEnabledFeatures; in getDevice() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/ |
| H A D | vktMeshShaderMiscTestsEXT.cpp | 3950 makePipelineShaderStageCreateInfo(VkShaderStageFlagBits stage, VkShaderModule module, const VkSpecializationInfo* pSpecializationInfo = nullptr) makePipelineShaderStageCreateInfo() argument [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | CodeViewDebug.cpp | 411 getFunctionOptions(const DISubroutineType *Ty, const DICompositeType *ClassTy = nullptr, StringRef SPName = StringRef(�)) getFunctionOptions() argument [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
| H A D | MachinePipeliner.cpp | 1446 pred_L(SetVector<SUnit *> &NodeOrder, SmallSetVector<SUnit *, 8> &Preds, const NodeSet *S = nullptr) pred_L() argument 1479 succ_L(SetVector<SUnit *> &NodeOrder, SmallSetVector<SUnit *, 8> &Succs, const NodeSet *S = nullptr) succ_L() argument [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
| H A D | AsmWriter.cpp | 469 TypePrinting(const Module *M = nullptr) TypePrinting() argument 4475 print(dbgs(), nullptr, dump() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
| H A D | vkPipelineConstructionUtil.cpp | 171 makeGraphicsPipeline(const DeviceInterface& vk, VkDevice device, VkPipelineCache pipelineCache, const VkGraphicsPipelineCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator = nullptr) makeGraphicsPipeline() argument 3823 nullptr, // const VkPipeline* pLibraries; buildPipeline() local [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
| H A D | IRBuilder.h | 106 IRBuilderBase(LLVMContext &context, MDNode *FPMathTag = nullptr, in IRBuilderBase() argument 452 CreateMemSet(Value *Ptr, Value *Val, uint64_t Size, MaybeAlign Align, bool isVolatile = false, MDNode *TBAATag = nullptr, MDNode *ScopeTag = nullptr, MDNode *NoAliasTag = nullptr) CreateMemSet() argument 484 CreateElementUnorderedAtomicMemSet(Value *Ptr, Value *Val, uint64_t Size, Align Alignment, uint32_t ElementSize, MDNode *TBAATag = nullptr, MDNode *ScopeTag = nullptr, MDNode *NoAliasTag = nullptr) CreateElementUnorderedAtomicMemSet() argument 535 CreateMemCpy(Value *Dst, MaybeAlign DstAlign, Value *Src, MaybeAlign SrcAlign, uint64_t Size, bool isVolatile = false, MDNode *TBAATag = nullptr, MDNode *TBAAStructTag = nullptr, MDNode *ScopeTag = nullptr, MDNode *NoAliasTag = nullptr) CreateMemCpy() argument 571 CreateElementUnorderedAtomicMemCpy( Value *Dst, unsigned DstAlign, Value *Src, unsigned SrcAlign, uint64_t Size, uint32_t ElementSize, MDNode *TBAATag = nullptr, MDNode *TBAAStructTag = nullptr, MDNode *ScopeTag = nullptr, MDNode *NoAliasTag = nullptr) CreateElementUnorderedAtomicMemCpy() argument 605 CreateMemMove(Value *Dst, MaybeAlign DstAlign, Value *Src, MaybeAlign SrcAlign, uint64_t Size, bool isVolatile = false, MDNode *TBAATag = nullptr, MDNode *ScopeTag = nullptr, MDNode *NoAliasTag = nullptr) CreateMemMove() argument 639 CreateElementUnorderedAtomicMemMove( Value *Dst, unsigned DstAlign, Value *Src, unsigned SrcAlign, uint64_t Size, uint32_t ElementSize, MDNode *TBAATag = nullptr, MDNode *TBAAStructTag = nullptr, MDNode *ScopeTag = nullptr, MDNode *NoAliasTag = nullptr) CreateElementUnorderedAtomicMemMove() argument 870 IRBuilder(LLVMContext &C, const T &F, Inserter I = Inserter(), MDNode *FPMathTag = nullptr, ArrayRef<OperandBundleDef> OpBundles = None) IRBuilder() argument 876 IRBuilder(LLVMContext &C, MDNode *FPMathTag = nullptr, ArrayRef<OperandBundleDef> OpBundles = None) IRBuilder() argument 880 IRBuilder(BasicBlock *TheBB, const T &F, MDNode *FPMathTag = nullptr, ArrayRef<OperandBundleDef> OpBundles = None) IRBuilder() argument 886 IRBuilder(BasicBlock *TheBB, MDNode *FPMathTag = nullptr, ArrayRef<OperandBundleDef> OpBundles = None) IRBuilder() argument 892 IRBuilder(Instruction *IP, MDNode *FPMathTag = nullptr, ArrayRef<OperandBundleDef> OpBundles = None) IRBuilder() argument 898 IRBuilder(BasicBlock *TheBB, BasicBlock::iterator IP, const T &F, MDNode *FPMathTag = nullptr, ArrayRef<OperandBundleDef> OpBundles = None) IRBuilder() argument 905 IRBuilder(BasicBlock *TheBB, BasicBlock::iterator IP, MDNode *FPMathTag = nullptr, ArrayRef<OperandBundleDef> OpBundles = None) IRBuilder() argument 977 CreateCondBr(Value *Cond, BasicBlock *True, BasicBlock *False, MDNode *BranchWeights = nullptr, MDNode *Unpredictable = nullptr) CreateCondBr() argument 1000 CreateSwitch(Value *V, BasicBlock *Dest, unsigned NumCases = 10, MDNode *BranchWeights = nullptr, MDNode *Unpredictable = nullptr) CreateSwitch() argument 1110 CreateCleanupRet(CleanupPadInst *CleanupPad, BasicBlock *UnwindBB = nullptr) CreateCleanupRet() argument 1426 CreateFAdd(Value *L, Value *R, const Twine &Name = �, MDNode *FPMD = nullptr) CreateFAdd() argument 1451 CreateFSub(Value *L, Value *R, const Twine &Name = �, MDNode *FPMD = nullptr) CreateFSub() argument 1476 CreateFMul(Value *L, Value *R, const Twine &Name = �, MDNode *FPMD = nullptr) CreateFMul() argument 1501 CreateFDiv(Value *L, Value *R, const Twine &Name = �, MDNode *FPMD = nullptr) CreateFDiv() argument 1526 CreateFRem(Value *L, Value *R, const Twine &Name = �, MDNode *FPMD = nullptr) CreateFRem() argument 1551 CreateBinOp(Instruction::BinaryOps Opc, Value *LHS, Value *RHS, const Twine &Name = �, MDNode *FPMathTag = nullptr) CreateBinOp() argument 1561 CreateConstrainedFPBinOp( Intrinsic::ID ID, Value *L, Value *R, Instruction *FMFSource = nullptr, const Twine &Name = �, MDNode *FPMathTag = nullptr, Optional<fp::RoundingMode> Rounding = None, Optional<fp::ExceptionBehavior> Except = None) CreateConstrainedFPBinOp() argument 1598 CreateFNeg(Value *V, const Twine &Name = �, MDNode *FPMathTag = nullptr) CreateFNeg() argument 1623 CreateUnOp(Instruction::UnaryOps Opc, Value *V, const Twine &Name = �, MDNode *FPMathTag = nullptr) CreateUnOp() argument 1636 CreateNAryOp(unsigned Opc, ArrayRef<Value *> Ops, const Twine &Name = �, MDNode *FPMathTag = nullptr) CreateNAryOp() argument 1656 CreateAlloca(Type *Ty, unsigned AddrSpace, Value *ArraySize = nullptr, const Twine &Name = �) CreateAlloca() argument 1661 CreateAlloca(Type *Ty, Value *ArraySize = nullptr, const Twine &Name = �) CreateAlloca() argument 2199 CreateConstrainedFPCast( Intrinsic::ID ID, Value *V, Type *DestTy, Instruction *FMFSource = nullptr, const Twine &Name = �, MDNode *FPMathTag = nullptr, Optional<fp::RoundingMode> Rounding = None, Optional<fp::ExceptionBehavior> Except = None) CreateConstrainedFPCast() argument 2286 CreateFCmpOEQ(Value *LHS, Value *RHS, const Twine &Name = �, MDNode *FPMathTag = nullptr) CreateFCmpOEQ() argument 2291 CreateFCmpOGT(Value *LHS, Value *RHS, const Twine &Name = �, MDNode *FPMathTag = nullptr) CreateFCmpOGT() argument 2296 CreateFCmpOGE(Value *LHS, Value *RHS, const Twine &Name = �, MDNode *FPMathTag = nullptr) CreateFCmpOGE() argument 2301 CreateFCmpOLT(Value *LHS, Value *RHS, const Twine &Name = �, MDNode *FPMathTag = nullptr) CreateFCmpOLT() argument 2306 CreateFCmpOLE(Value *LHS, Value *RHS, const Twine &Name = �, MDNode *FPMathTag = nullptr) CreateFCmpOLE() argument 2311 CreateFCmpONE(Value *LHS, Value *RHS, const Twine &Name = �, MDNode *FPMathTag = nullptr) CreateFCmpONE() argument 2316 CreateFCmpORD(Value *LHS, Value *RHS, const Twine &Name = �, MDNode *FPMathTag = nullptr) CreateFCmpORD() argument 2321 CreateFCmpUNO(Value *LHS, Value *RHS, const Twine &Name = �, MDNode *FPMathTag = nullptr) CreateFCmpUNO() argument 2326 CreateFCmpUEQ(Value *LHS, Value *RHS, const Twine &Name = �, MDNode *FPMathTag = nullptr) CreateFCmpUEQ() argument 2331 CreateFCmpUGT(Value *LHS, Value *RHS, const Twine &Name = �, MDNode *FPMathTag = nullptr) CreateFCmpUGT() argument 2336 CreateFCmpUGE(Value *LHS, Value *RHS, const Twine &Name = �, MDNode *FPMathTag = nullptr) CreateFCmpUGE() argument 2341 CreateFCmpULT(Value *LHS, Value *RHS, const Twine &Name = �, MDNode *FPMathTag = nullptr) CreateFCmpULT() argument 2346 CreateFCmpULE(Value *LHS, Value *RHS, const Twine &Name = �, MDNode *FPMathTag = nullptr) CreateFCmpULE() argument 2351 CreateFCmpUNE(Value *LHS, Value *RHS, const Twine &Name = �, MDNode *FPMathTag = nullptr) CreateFCmpUNE() argument 2367 CreateFCmp(CmpInst::Predicate P, Value *LHS, Value *RHS, const Twine &Name = �, MDNode *FPMathTag = nullptr) CreateFCmp() argument 2382 CreateFCmpS(CmpInst::Predicate P, Value *LHS, Value *RHS, const Twine &Name = �, MDNode *FPMathTag = nullptr) CreateFCmpS() argument 2419 CreateCall(FunctionType *FTy, Value *Callee, ArrayRef<Value *> Args = None, const Twine &Name = �, MDNode *FPMathTag = nullptr) CreateCall() argument 2430 CreateCall(FunctionType *FTy, Value *Callee, ArrayRef<Value *> Args, ArrayRef<OperandBundleDef> OpBundles, const Twine &Name = �, MDNode *FPMathTag = nullptr) CreateCall() argument 2441 CreateCall(FunctionCallee Callee, ArrayRef<Value *> Args = None, const Twine &Name = �, MDNode *FPMathTag = nullptr) CreateCall() argument 2447 CreateCall(FunctionCallee Callee, ArrayRef<Value *> Args, ArrayRef<OperandBundleDef> OpBundles, const Twine &Name = �, MDNode *FPMathTag = nullptr) CreateCall() argument 2455 CreateCall(Value *Callee, ArrayRef<Value *> Args = None, const Twine &Name = �, MDNode *FPMathTag = nullptr) CreateCall() argument 2463 CreateCall(Value *Callee, ArrayRef<Value *> Args, ArrayRef<OperandBundleDef> OpBundles, const Twine &Name = �, MDNode *FPMathTag = nullptr) CreateCall() argument 2498 CreateSelect(Value *C, Value *True, Value *False, const Twine &Name = �, Instruction *MDFrom = nullptr) CreateSelect() argument 2834 CreateAlignmentAssumption(const DataLayout &DL, Value *PtrValue, unsigned Alignment, Value *OffsetValue = nullptr, Value **TheCheck = nullptr) CreateAlignmentAssumption() argument 2861 CreateAlignmentAssumption(const DataLayout &DL, Value *PtrValue, Value *Alignment, Value *OffsetValue = nullptr, Value **TheCheck = nullptr) CreateAlignmentAssumption() argument [all...] |
| H A D | Instructions.h | 199 LoadInst(Value *Ptr, const Twine &NameStr = �, Instruction *InsertBefore = nullptr) LoadInst() argument 206 LoadInst(Value *Ptr, const Twine &NameStr, bool isVolatile, Instruction *InsertBefore = nullptr) LoadInst() argument 214 LoadInst(Value *Ptr, const Twine &NameStr, bool isVolatile, MaybeAlign Align, Instruction *InsertBefore = nullptr) LoadInst() argument 222 LoadInst(Value *Ptr, const Twine &NameStr, bool isVolatile, MaybeAlign Align, AtomicOrdering Order, SyncScope::ID SSID = SyncScope::System, Instruction *InsertBefore = nullptr) LoadInst() argument 918 Create(Type *PointeeType, Value *Ptr, ArrayRef<Value *> IdxList, const Twine &NameStr = �, Instruction *InsertBefore = nullptr) Create() argument 952 CreateInBounds(Value *Ptr, ArrayRef<Value *> IdxList, const Twine &NameStr = �, Instruction *InsertBefore = nullptr) CreateInBounds() argument 960 CreateInBounds(Type *PointeeType, Value *Ptr, ArrayRef<Value *> IdxList, const Twine &NameStr = �, Instruction *InsertBefore = nullptr) CreateInBounds() argument 1449 Create(FunctionType *Ty, Value *F, const Twine &NameStr = �, Instruction *InsertBefore = nullptr) Create() argument 1454 Create(FunctionType *Ty, Value *Func, ArrayRef<Value *> Args, const Twine &NameStr, Instruction *InsertBefore = nullptr) Create() argument 1461 Create(FunctionType *Ty, Value *Func, ArrayRef<Value *> Args, ArrayRef<OperandBundleDef> Bundles = None, const Twine &NameStr = �, Instruction *InsertBefore = nullptr) Create() argument 1495 Create(FunctionCallee Func, const Twine &NameStr = �, Instruction *InsertBefore = nullptr) Create() argument 1501 Create(FunctionCallee Func, ArrayRef<Value *> Args, ArrayRef<OperandBundleDef> Bundles = None, const Twine &NameStr = �, Instruction *InsertBefore = nullptr) Create() argument 1509 Create(FunctionCallee Func, ArrayRef<Value *> Args, const Twine &NameStr, Instruction *InsertBefore = nullptr) Create() argument 1536 Create(Value *Func, const Twine &NameStr = �, Instruction *InsertBefore = nullptr) Create() argument 1544 Create(Value *Func, ArrayRef<Value *> Args, const Twine &NameStr, Instruction *InsertBefore = nullptr) Create() argument 1553 Create(Value *Func, ArrayRef<Value *> Args, ArrayRef<OperandBundleDef> Bundles = None, const Twine &NameStr = �, Instruction *InsertBefore = nullptr) Create() argument 1752 Create(Value *C, Value *S1, Value *S2, const Twine &NameStr = �, Instruction *InsertBefore = nullptr, Instruction *MDFrom = nullptr) Create() argument 1824 VAArgInst(Value *List, Type *Ty, const Twine &NameStr = �, Instruction *InsertBefore = nullptr) VAArgInst() argument 1869 Create(Value *Vec, Value *Idx, const Twine &NameStr = �, Instruction *InsertBefore = nullptr) Create() argument 1934 Create(Value *Vec, Value *NewElt, Value *Idx, const Twine &NameStr = �, Instruction *InsertBefore = nullptr) Create() argument 2324 Create(Value *Agg, ArrayRef<unsigned> Idxs, const Twine &NameStr = �, Instruction *InsertBefore = nullptr) Create() argument 2449 Create(Value *Agg, Value *Val, ArrayRef<unsigned> Idxs, const Twine &NameStr = �, Instruction *InsertBefore = nullptr) Create() argument 2559 PHINode(Type *Ty, unsigned NumReservedValues, const Twine &NameStr = �, Instruction *InsertBefore = nullptr) PHINode() argument 2592 Create(Type *Ty, unsigned NumReservedValues, const Twine &NameStr = �, Instruction *InsertBefore = nullptr) Create() argument 2926 Create(LLVMContext &C, Value *retVal = nullptr, Instruction *InsertBefore = nullptr) Create() argument 3037 Create(BasicBlock *IfTrue, Instruction *InsertBefore = nullptr) Create() argument 3042 Create(BasicBlock *IfTrue, BasicBlock *IfFalse, Value *Cond, Instruction *InsertBefore = nullptr) Create() argument 3315 Create(Value *Value, BasicBlock *Default, unsigned NumCases, Instruction *InsertBefore = nullptr) Create() argument 3588 Create(Value *Address, unsigned NumDests, Instruction *InsertBefore = nullptr) Create() argument 3706 Create(FunctionType *Ty, Value *Func, BasicBlock *IfNormal, BasicBlock *IfException, ArrayRef<Value *> Args, const Twine &NameStr, Instruction *InsertBefore = nullptr) Create() argument 3716 Create(FunctionType *Ty, Value *Func, BasicBlock *IfNormal, BasicBlock *IfException, ArrayRef<Value *> Args, ArrayRef<OperandBundleDef> Bundles = None, const Twine &NameStr = �, Instruction *InsertBefore = nullptr) Create() argument 3752 Create(FunctionCallee Func, BasicBlock *IfNormal, BasicBlock *IfException, ArrayRef<Value *> Args, const Twine &NameStr, Instruction *InsertBefore = nullptr) Create() argument 3760 Create(FunctionCallee Func, BasicBlock *IfNormal, BasicBlock *IfException, ArrayRef<Value *> Args, ArrayRef<OperandBundleDef> Bundles = None, const Twine &NameStr = �, Instruction *InsertBefore = nullptr) Create() argument 3785 Create(Value *Func, BasicBlock *IfNormal, BasicBlock *IfException, ArrayRef<Value *> Args, const Twine &NameStr, Instruction *InsertBefore = nullptr) Create() argument 3796 Create(Value *Func, BasicBlock *IfNormal, BasicBlock *IfException, ArrayRef<Value *> Args, ArrayRef<OperandBundleDef> Bundles = None, const Twine &NameStr = �, Instruction *InsertBefore = nullptr) Create() argument 3966 Create(FunctionType *Ty, Value *Func, BasicBlock *DefaultDest, ArrayRef<BasicBlock *> IndirectDests, ArrayRef<Value *> Args, const Twine &NameStr, Instruction *InsertBefore = nullptr) Create() argument 3977 Create(FunctionType *Ty, Value *Func, BasicBlock *DefaultDest, ArrayRef<BasicBlock *> IndirectDests, ArrayRef<Value *> Args, ArrayRef<OperandBundleDef> Bundles = None, const Twine &NameStr = �, Instruction *InsertBefore = nullptr) Create() argument 4019 Create(FunctionCallee Func, BasicBlock *DefaultDest, ArrayRef<BasicBlock *> IndirectDests, ArrayRef<Value *> Args, const Twine &NameStr, Instruction *InsertBefore = nullptr) Create() argument 4027 Create(FunctionCallee Func, BasicBlock *DefaultDest, ArrayRef<BasicBlock *> IndirectDests, ArrayRef<Value *> Args, ArrayRef<OperandBundleDef> Bundles = None, const Twine &NameStr = �, Instruction *InsertBefore = nullptr) Create() argument 4501 Create(Value *CatchPad, BasicBlock *BB, Instruction *InsertBefore = nullptr) Create() argument [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
| H A D | InstructionSimplify.cpp | 5519 replaceAndRecursivelySimplifyImpl( Instruction *I, Value *SimpleV, const TargetLibraryInfo *TLI, const DominatorTree *DT, AssumptionCache *AC, SmallSetVector<Instruction *, 8> *UnsimplifiedUsers = nullptr) replaceAndRecursivelySimplifyImpl() argument [all...] |
| H A D | ValueTracking.cpp | 4161 computeConstantRangeIncludingKnownBits( const Value *V, bool ForSigned, const DataLayout &DL, unsigned Depth, AssumptionCache *AC, const Instruction *CxtI, const DominatorTree *DT, OptimizationRemarkEmitter *ORE = nullptr, bool UseInstrInfo = true) computeConstantRangeIncludingKnownBits() argument [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/ |
| H A D | BitcodeWriter.cpp | 264 ModuleBitcodeWriter(const Module &M, SmallVectorImpl<char> &Buffer, StringTableBuilder &StrtabBuilder, BitstreamWriter &Stream, bool ShouldPreserveUseListOrder, const ModuleSummaryIndex *Index, bool GenerateHash, ModuleHash *ModHash = nullptr) ModuleBitcodeWriter() argument 420 IndexBitcodeWriter(BitstreamWriter &Stream, StringTableBuilder &StrtabBuilder, const ModuleSummaryIndex &Index, const std::map<std::string, GVSummaryMapTy> *ModuleToSummariesForIndex = nullptr) IndexBitcodeWriter() argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
| H A D | IceInstX8632.h | 88 create(Cfg *Func, Type Ty, Variable *Base, Constant *Offset, Variable *Index = nullptr, uint16_t Shift = 0, SegmentRegisters SegmentReg = DefaultSegment, bool IsRebased = false) create() argument 2951 create(Cfg *Func, Variable *Source = nullptr) create() argument [all...] |
| H A D | IceInstX8664.h | 82 create(Cfg *Func, Type Ty, Variable *Base, Constant *Offset, Variable *Index = nullptr, uint16_t Shift = 0, SegmentRegisters SegmentRegister = DefaultSegment, bool IsRebased = false) create() argument 2850 create(Cfg *Func, Variable *Source = nullptr) create() argument [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
| H A D | AArch64InstrInfo.cpp | 431 canFoldIntoCSel(const MachineRegisterInfo &MRI, unsigned VReg, unsigned *NewVReg = nullptr) canFoldIntoCSel() argument 4168 genFusedMultiply(MachineFunction &MF, MachineRegisterInfo &MRI, const TargetInstrInfo *TII, MachineInstr &Root, SmallVectorImpl<MachineInstr *> &InsInstrs, unsigned IdxMulOpd, unsigned MaddOpc, const TargetRegisterClass *RC, FMAInstKind kind = FMAInstKind::Default, const Register *ReplacedAddend = nullptr) genFusedMultiply() argument [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
| H A D | X86InstrInfo.cpp | 6558 AdjustBlendMask(unsigned OldMask, unsigned OldWidth, unsigned NewWidth, unsigned *pNewMask = nullptr) AdjustBlendMask() argument [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/video/ |
| H A D | extNvidiaVideoParserIf.hpp | 101 explicit NvidiaSharedBaseObj (NvidiaBaseObjType* const newObjectPtr = nullptr) in NvidiaSharedBaseObj() argument
|
| /foundation/arkui/ace_engine/frameworks/core/pipeline/ |
| H A D | pipeline_base.h | 1472 OnVirtualKeyboardHeightChange(float keyboardHeight, const std::shared_ptr<Rosen::RSTransaction>& rsTransaction = nullptr, const float safeHeight = 0.0f, const bool supportAvoidance = false, bool forceChange = false) OnVirtualKeyboardHeightChange() argument 1476 OnVirtualKeyboardHeightChange(float keyboardHeight, double positionY, double height, const std::shared_ptr<Rosen::RSTransaction>& rsTransaction = nullptr, bool forceChange = false) OnVirtualKeyboardHeightChange() argument [all...] |
| /foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/ |
| H A D | rs_render_node.cpp | 2861 func(std::move(cacheSurface_), nullptr, InitCacheSurface() local [all...] |
| /foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/ |
| H A D | drawing_text_typography.cpp | 1180 CopyStrData( char** destination, const std::string& source, OH_Drawing_FontConfigInfoErrorCode* code = nullptr) CopyStrData() argument [all...] |
| /foundation/window/window_manager/wm/src/ |
| H A D | window_impl.cpp | 3417 UpdateViewportConfig(GetRect(), display, WindowSizeChangeReason::UNDEFINED, nullptr, {{type, *avoidArea}}); UpdateAvoidArea() local [all...] |
| H A D | window_session_impl.cpp | 3128 UpdateViewportConfig(GetRect(), WindowSizeChangeReason::UNDEFINED, nullptr, nullptr, {{type, *avoidArea}}); UpdateAvoidArea() local [all...] |
| /third_party/googletest/googletest/test/ |
| H A D | gtest_unittest.cc | 2488 ASSERT_STREQ(static_cast<const char*>(nullptr), nullptr); TEST() local 2512 ASSERT_STRCASEEQ(static_cast<const char*>(nullptr), nullptr); TEST() local 2533 ASSERT_STREQ(static_cast<const wchar_t*>(nullptr), nullptr); TEST() local [all...] |
| /third_party/mesa3d/include/CL/ |
| H A D | cl2.hpp | 2211 cl_ulong getHostTimer(cl_int *error = nullptr) in getHostTimer() argument 2235 std::pair<cl_ulong, cl_ulong> getDeviceAndHostTimer(cl_int *error = nullptr) in getDeviceAndHostTimer() argument 4755 Image2D( const Context& context, ImageFormat format, const Buffer &sourceBuffer, size_type width, size_type height, size_type row_pitch = 0, cl_int* err = nullptr) Image2D() argument 4805 Image2D( const Context& context, cl_channel_order order, const Image &sourceImage, cl_int* err = nullptr) Image2D() argument 8886 makeDefault( cl_int *err = nullptr) makeDefault() argument 8916 makeDefault( const Context &context, const Device &device, cl_int *err = nullptr) makeDefault() argument 8944 makeDefault( const Context &context, const Device &device, cl_uint queueSize, cl_int *err = nullptr) makeDefault() argument 8976 updateDefault(const Context &context, const Device &device, const DeviceCommandQueue &default_queue, cl_int *err = nullptr) updateDefault() argument [all...] |