Home
last modified time | relevance | path

Searched defs:false (Results 451 - 475 of 1584) sorted by relevance

1...<<11121314151617181920>>...64

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DSpeculativeExecution.cpp107 explicit SpeculativeExecutionLegacyPass(bool OnlyIfDivergentTarget = false) in SpeculativeExecutionLegacyPass() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DInjectTLIMappings.cpp61 static Type *ToVectorTy(Type *Scalar, unsigned VF, bool isScalable = false) { in ToVectorTy() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DStringExtras.h27 static inline char hexdigit(unsigned X, bool LowerCase = false) { in hexdigit() argument
48 static inline std::string utohexstr(uint64_t X, bool LowerCase = false) { in utohexstr() argument
79 static inline std::string utostr(uint64_t X, bool isNeg = false) { in utostr() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DDynamicLibrary.cpp50 bool AddLibrary(void *Handle, bool IsProcess = false, bool CanClose = true) { in AddLibrary() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonTargetMachine.cpp415 addPass(createHexagonPacketizer(NoOpt), false); addPreEmitPass() local
418 addPass(createHexagonVectorPrint(), false); addPreEmitPass() local
421 addPass(createHexagonCallFrameInformation(), false); addPreEmitPass() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86RetpolineThunks.cpp233 addRegOffset(BuildMI(&MBB, DebugLoc(), TII->get(MovOpc)), SPReg, false, 0) in insertRegReturnAddrClobber() local
/third_party/skia/tools/skdiff/
H A Dskdiff_html.cpp28 print_table_header(SkFILEWStream* stream, const int matchCount, const int colorThreshold, const RecordArray& differences, const SkString &baseDir, const SkString &comparisonDir, bool doOutputDate = false) print_table_header() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DLiveVariables.h201 addVirtualRegisterKilled(unsigned IncomingReg, MachineInstr &MI, bool AddIfNotFound = false) addVirtualRegisterKilled() argument
237 addVirtualRegisterDead(unsigned IncomingReg, MachineInstr &MI, bool AddIfNotFound = false) addVirtualRegisterDead() argument
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/
H A Dparser_test.cc91 bool Run(const char *fmt, bool force_positional = false) { in Run() argument
/third_party/skia/gm/
H A Dpictureshader.cpp38 PictureShaderGM(SkScalar tileSize, SkScalar sceneSize, bool useLocalMatrixWrapper = false, in PictureShaderGM() argument
H A Dcolrv1.cpp92 SkASSERT(false); variable
/third_party/skia/bench/
H A DRotatedRectBench.cpp74 RotRectBench(bool aa, ColorType ct, SkBlendMode mode, bool perspective = false) in RotRectBench() argument
/third_party/spirv-tools/test/
H A Dtest_fixture.h111 EncodeAndDecodeSuccessfully( const std::string& txt, uint32_t disassemble_options = SPV_BINARY_TO_TEXT_OPTION_NONE, spv_target_env env = SPV_ENV_UNIVERSAL_1_0, bool flip_words = false) EncodeAndDecodeSuccessfully() argument
/third_party/spirv-tools/test/val/
H A Dval_decoration_test.cpp6556 ShaderWithNonWritableTarget(const std::string& target, bool member_decorate = false) ShaderWithNonWritableTarget() argument
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fShaderSwitchTests.cpp156 static void makeSwitchCases (TestCaseGroup* group, const char* name, const char* desc, const LineStream& switchBody, const bool skipDynamicType = false) in makeSwitchCases() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sparse_resources/
H A DvktSparseResourcesBase.hpp63 SparseResourcesBaseInstance (Context &context, bool useDeviceGroups = false) in SparseResourcesBaseInstance() argument
/arkcompiler/ets_runtime/ecmascript/napi/test/
H A Djsnapi_sendable_tests.cpp104 GetNewSendableClassFunction( EcmaVM *vm, Local<FunctionRef> parent, bool isDict = false, bool duplicated = false, bool isParent = false) GetNewSendableClassFunction() argument
[all...]
/arkcompiler/ets_runtime/ecmascript/tests/
H A Djs_api_arraylist_test.cpp51 ReplaceOrForEachCommon(JSThread* thread, JSHandle<JSAPIArrayList>& arrayList, bool forEach = false) ReplaceOrForEachCommon() argument
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H A Dpgo_trace.h129 MethodData* TryGetMethodData(JSTaggedValue value, bool hotness = false) in TryGetMethodData() argument
/arkcompiler/ets_runtime/ecmascript/serializer/
H A Dbase_deserializer.h173 void DeserializeFatalOutOfMemory(size_t size, bool dump = true, bool isShared = false) in DeserializeFatalOutOfMemory() argument
[all...]
/arkcompiler/runtime_core/bytecode_optimizer/tests/
H A Dcommon.h146 compiler::Graph *CreateEmptyGraph(bool isDynamic = false) in CreateEmptyGraph() argument
[all...]
/arkcompiler/runtime_core/assembler/tests/
H A Dparser_test.cpp3669 ASSERT_EQ(std::get<bool>(item.Value().literalarray_table.at("array").literals_[3].value_), false); in TEST() local
/arkcompiler/runtime_core/static_core/assembler/tests/
H A Dparser_test.cpp3851 ASSERT_EQ(std::get<bool>(item.Value().literalarrayTable.at("array").literals[3].value), false); in TEST() local
/arkcompiler/runtime_core/static_core/compiler/
H A Dcompile_method.cpp281 CompilerTaskRunner<RUNNER_MODE>::EndTask(std::move(taskRunner), false); in JITCompileMethod() local
330 CompilerTaskRunner<RUNNER_MODE>::EndTask(std::move(taskRunner), false); in CompileInGraph() local
344 CompilerTaskRunner<RUNNER_MODE>::EndTask(std::move(taskRunner), false); CompileInGraph() local
[all...]
/arkcompiler/runtime_core/static_core/irtoc/backend/compiler/
H A Dcodegen_fastpath.cpp165 RestoreCallerRegistersFromFrame(GetCallerRegistersToRestore(), GetEncoder(), GetFrameLayout(), false); in GenerateEpilogue() local
288 RestoreCallerRegistersFromFrame(GetCallerRegistersToRestore(), encoder, GetFrameLayout(), false); CreateTailCall() local
[all...]

Completed in 39 milliseconds

1...<<11121314151617181920>>...64