Home
last modified time | relevance | path

Searched defs:SetFlags (Results 1 - 14 of 14) sorted by relevance

/third_party/skia/src/core/
H A DSkGraphics.cpp65 void SkGraphics::SetFlags(const char* flags) { in SetFlags() function in SkGraphics
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DScopedPrinter.h120 FlagVector SetFlags; local
/third_party/node/deps/v8/src/torque/
H A Dcpp-builder.h109 void SetFlags(base::Flags<FunctionFlag> flags, bool value = true) { in SetFlags() function in v8::internal::torque::cpp::Function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
H A DTypeRecordMapping.cpp51 FlagVector SetFlags; in getFlagNames() local
/third_party/node/deps/v8/src/heap/
H A Dbasic-memory-chunk.h185 void SetFlags(MainThreadFlags flags, MainThreadFlags mask = kAllFlagsMask) { in SetFlags() function in v8::internal::BasicMemoryChunk
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/
H A Dextension.h313 static void SetFlags(Flags f, FormatConversionSpecImpl* conv) { in SetFlags() function
/third_party/rust/crates/regex/regex-syntax/src/ast/
H A Dmod.rs1250 pub struct SetFlags { structure names
/third_party/node/deps/v8/src/codegen/arm64/
H A Dconstants-arm64.h331 enum FlagsUpdate { SetFlags = 1, LeaveFlags = 0 }; enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceInstARM32.cpp209 emitThreeAddr(const char *Opcode, const InstARM32Pred *Instr, const Cfg *Func, bool SetFlags) emitThreeAddr() argument
[all...]
H A DIceInstARM32.h779 bool SetFlags; member in Ice::ARM32::InstARM32ThreeAddrGPR
770 InstARM32ThreeAddrGPR(Cfg *Func, Variable *Dest, Variable *Src0, Operand *Src1, CondARM32::Cond Predicate, bool SetFlags) InstARM32ThreeAddrGPR() argument
[all...]
H A DIceTargetLoweringARM32.h332 constexpr bool SetFlags = true; in _adds() local
405 constexpr bool SetFlags = true; in _lsls() local
724 constexpr bool SetFlags = true; in _orrs() local
750 constexpr bool SetFlags in _rscs() local
762 constexpr bool SetFlags = true; _rsbs() local
778 constexpr bool SetFlags = true; _sbcs() local
808 constexpr bool SetFlags = true; _subs() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp1160 emitAddSub(bool UseAdd, MVT RetVT, const Value *LHS, const Value *RHS, bool SetFlags, bool WantResult, bool IsZExt) emitAddSub() argument
1314 emitAddSub_rr(bool UseAdd, MVT RetVT, unsigned LHSReg, bool LHSIsKill, unsigned RHSReg, bool RHSIsKill, bool SetFlags, bool WantResult) emitAddSub_rr() argument
1352 emitAddSub_ri(bool UseAdd, MVT RetVT, unsigned LHSReg, bool LHSIsKill, uint64_t Imm, bool SetFlags, bool WantResult) emitAddSub_ri() argument
1397 emitAddSub_rs(bool UseAdd, MVT RetVT, unsigned LHSReg, bool LHSIsKill, unsigned RHSReg, bool RHSIsKill, AArch64_AM::ShiftExtendType ShiftType, uint64_t ShiftImm, bool SetFlags, bool WantResult) emitAddSub_rs() argument
1440 emitAddSub_rx(bool UseAdd, MVT RetVT, unsigned LHSReg, bool LHSIsKill, unsigned RHSReg, bool RHSIsKill, AArch64_AM::ShiftExtendType ExtType, uint64_t ShiftImm, bool SetFlags, bool WantResult) emitAddSub_rx() argument
1554 emitAdd(MVT RetVT, const Value *LHS, const Value *RHS, bool SetFlags, bool WantResult, bool IsZExt) emitAdd() argument
1584 emitSub(MVT RetVT, const Value *LHS, const Value *RHS, bool SetFlags, bool WantResult, bool IsZExt) emitSub() argument
[all...]
/third_party/vixl/src/aarch32/
H A Dmacro-assembler-aarch32.h47 enum FlagsUpdate { LeaveFlags = 0, SetFlags = 1, DontCare = 2 }; enumerator
[all...]
/third_party/vixl/src/aarch64/
H A Dconstants-aarch64.h312 SetFlags = 1, enumerator

Completed in 51 milliseconds