Home
last modified time | relevance | path

Searched defs:L (Results 1 – 25 of 641) sorted by relevance

12345678910>>...26

/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
Dlayout_test.cc90 using L = Layout<int32_t>; in TEST() typedef
96 using L = Layout<int32_t, int32_t>; in TEST() typedef
105 using L = Layout<int8_t, int32_t, Int128>; in TEST() typedef
123 using L = Layout<int32_t>; in TEST() typedef
129 using L = Layout<int32_t, int32_t>; in TEST() typedef
137 using L = Layout<int8_t, int32_t, Int128>; in TEST() typedef
152 using L = Layout<int32_t>; in TEST() typedef
158 using L = Layout<int32_t, int32_t>; in TEST() typedef
168 using L = Layout<int8_t, int32_t, Int128>; in TEST() typedef
202 using L = Layout<int32_t>; in TEST() typedef
[all …]
/third_party/node/deps/v8/src/codegen/mips64/
Dassembler-mips64.h208 inline bool is_near_pre_r6(Label* L) { in is_near_pre_r6()
212 inline bool is_near_r6(Label* L) { in is_near_r6()
223 inline int32_t branch_offset(Label* L) { in branch_offset()
226 inline int32_t branch_offset21(Label* L) { in branch_offset21()
229 inline int32_t branch_offset26(Label* L) { in branch_offset26()
232 inline int32_t shifted_branch_offset(Label* L) { in shifted_branch_offset()
235 inline int32_t shifted_branch_offset21(Label* L) { in shifted_branch_offset21()
238 inline int32_t shifted_branch_offset26(Label* L) { in shifted_branch_offset26()
373 inline void b(Label* L) { b(shifted_branch_offset(L)); } in b()
375 inline void bal(Label* L) { bal(shifted_branch_offset(L)); } in bal()
[all …]
/third_party/node/deps/v8/src/codegen/mips/
Dassembler-mips.h208 inline bool is_near_pre_r6(Label* L) { in is_near_pre_r6()
212 inline bool is_near_r6(Label* L) { in is_near_r6()
223 inline int32_t branch_offset(Label* L) { in branch_offset()
226 inline int32_t branch_offset21(Label* L) { in branch_offset21()
229 inline int32_t branch_offset26(Label* L) { in branch_offset26()
232 inline int32_t shifted_branch_offset(Label* L) { in shifted_branch_offset()
235 inline int32_t shifted_branch_offset21(Label* L) { in shifted_branch_offset21()
238 inline int32_t shifted_branch_offset26(Label* L) { in shifted_branch_offset26()
374 inline void b(Label* L) { b(shifted_branch_offset(L)); } in b()
376 inline void bal(Label* L) { bal(shifted_branch_offset(L)); } in bal()
[all …]
/third_party/mesa3d/src/freedreno/decode/
Dscript.c44 static lua_State *L; variable
108 l_meta_rnn_enum_tostring(lua_State *L) in l_meta_rnn_enum_tostring()
125 l_meta_rnn_enum_tonumber(lua_State *L) in l_meta_rnn_enum_tonumber()
139 pushenum(struct lua_State *L, int val, struct rnnenum *info) in pushenum()
170 push_rnndoff(lua_State *L, struct rnn *rnn, struct rnndelem *elem, in push_rnndoff()
185 pushdecval(struct lua_State *L, struct rnn *rnn, uint64_t regval, in pushdecval()
214 l_rnn_etype(lua_State *L, struct rnn *rnn, struct rnndelem *elem, in l_rnn_etype()
249 l_rnn_struct_meta_index(lua_State *L) in l_rnn_struct_meta_index()
272 l_rnn_etype_struct(lua_State *L, struct rnn *rnn, struct rnndelem *elem, in l_rnn_etype_struct()
291 l_rnn_array_meta_index(lua_State *L) in l_rnn_array_meta_index()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/
DX86WinCOFFTargetStreamer.cpp100 unsigned ParamsSize, SMLoc L) { in emitFPOProc()
107 bool X86WinCOFFAsmTargetStreamer::emitFPOEndPrologue(SMLoc L) { in emitFPOEndPrologue()
112 bool X86WinCOFFAsmTargetStreamer::emitFPOEndProc(SMLoc L) { in emitFPOEndProc()
118 SMLoc L) { in emitFPOData()
125 bool X86WinCOFFAsmTargetStreamer::emitFPOPushReg(unsigned Reg, SMLoc L) { in emitFPOPushReg()
133 SMLoc L) { in emitFPOStackAlloc()
138 bool X86WinCOFFAsmTargetStreamer::emitFPOStackAlign(unsigned Align, SMLoc L) { in emitFPOStackAlign()
143 bool X86WinCOFFAsmTargetStreamer::emitFPOSetFrame(unsigned Reg, SMLoc L) { in emitFPOSetFrame()
150 bool X86WinCOFFTargetStreamer::checkInFPOPrologue(SMLoc L) { in checkInFPOPrologue()
167 unsigned ParamsSize, SMLoc L) { in emitFPOProc()
[all …]
/third_party/node/deps/v8/src/codegen/loong64/
Dassembler-loong64.h187 inline int32_t branch_offset(Label* L) { in branch_offset()
190 inline int32_t branch_offset21(Label* L) { in branch_offset21()
193 inline int32_t branch_offset26(Label* L) { in branch_offset26()
196 inline int32_t shifted_branch_offset(Label* L) { in shifted_branch_offset()
199 inline int32_t shifted_branch_offset21(Label* L) { in shifted_branch_offset21()
202 inline int32_t shifted_branch_offset26(Label* L) { in shifted_branch_offset26()
319 inline void b(Label* L) { b(shifted_branch_offset26(L)); } in b()
321 inline void bl(Label* L) { bl(shifted_branch_offset26(L)); } in bl()
324 inline void beq(Register rj, Register rd, Label* L) { in beq()
328 inline void bne(Register rj, Register rd, Label* L) { in bne()
[all …]
/third_party/rust/crates/either/src/
Dserde_untagged.rs45 pub fn serialize<L, R, S>(this: &super::Either<L, R>, serializer: S) -> Result<S::Ok, S::Error> in serialize()
58 pub fn deserialize<'de, L, R, D>(deserializer: D) -> Result<super::Either<L, R>, D::Error> in deserialize() argument
Dserde_untagged_optional.rs45 pub fn serialize<L, R, S>( in serialize()
46 this: &Option<super::Either<L, R>>, in serialize()
62 pub fn deserialize<'de, L, R, D>(deserializer: D) -> Result<Option<super::Either<L, R>>, D::Error> in deserialize() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DPatternMatch.h113 LTy L; member
128 LTy L; member
143 inline match_combine_or<LTy, RTy> m_CombineOr(const LTy &L, const RTy &R) { in m_CombineOr()
149 inline match_combine_and<LTy, RTy> m_CombineAnd(const LTy &L, const RTy &R) { in m_CombineAnd()
732 LHS_t L; member
749 inline AnyBinaryOp_match<LHS, RHS> m_BinOp(const LHS &L, const RHS &R) { in m_BinOp()
760 LHS_t L; member
784 inline BinaryOp_match<LHS, RHS, Instruction::Add> m_Add(const LHS &L, in m_Add()
790 inline BinaryOp_match<LHS, RHS, Instruction::FAdd> m_FAdd(const LHS &L, in m_FAdd()
796 inline BinaryOp_match<LHS, RHS, Instruction::Sub> m_Sub(const LHS &L, in m_Sub()
[all …]
/third_party/typescript/tests/baselines/reference/
DmappedTypeErrors2.js18 type T6<S extends 'a'|'b', L extends 'a'|'b'> = {[key in AB[S]]: true}[L]; // Error variable
20 type T7<S extends 'a'|'b', L extends 'a'> = {[key in AB[S]]: true}[L]; variable
44 type T6<S extends 'a' | 'b', L extends 'a' | 'b'> = { variable
47 type T7<S extends 'a' | 'b', L extends 'a'> = { variable
DexportImportAndClodule.js25 var L = /** @class */ (function () { class
26 function L(name) { class in anonymousFunctionf4d431900100.L
32 (function (L) { argument
DdeferredLookupTypeResolution.js4 type StringContains<S extends string, L extends string> = ( variable
41 type StringContains<S extends string, L extends string> = ({ variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DTimer.cpp200 sys::SmartScopedLock<true> L(*TimerLock); in get() local
237 sys::SmartScopedLock<true> L(*TimerLock); in TimerGroup() local
261 sys::SmartScopedLock<true> L(*TimerLock); in ~TimerGroup() local
269 sys::SmartScopedLock<true> L(*TimerLock); in removeTimer() local
292 sys::SmartScopedLock<true> L(*TimerLock); in addTimer() local
372 sys::SmartScopedLock<true> L(*TimerLock); in print() local
382 sys::SmartScopedLock<true> L(*TimerLock); in clear() local
388 sys::SmartScopedLock<true> L(*TimerLock); in printAll() local
395 sys::SmartScopedLock<true> L(*TimerLock); in clearAll() local
412 sys::SmartScopedLock<true> L(*TimerLock); in printJSONValues() local
[all …]
/third_party/ffmpeg/libavcodec/
Dvp9lpf.c42 int L = *l, H = L >> 4; in filter_plane_cols() local
65 int L = l[8 << ss_v], H = L >> 4; in filter_plane_cols() local
77 int L = *l, H = L >> 4; in filter_plane_cols() local
90 int L = l[8 << ss_v], H = L >> 4; in filter_plane_cols() local
117 int L = *l, H = L >> 4; in filter_plane_rows() local
140 int L = l[1 + ss_h], H = L >> 4; in filter_plane_rows() local
149 int L = *l, H = L >> 4; in filter_plane_rows() local
162 int L = l[1 + ss_h], H = L >> 4; in filter_plane_rows() local
/third_party/skia/third_party/externals/libwebp/src/utils/
Dbit_reader_utils.h33 #define VP8Get(BR, L) VP8GetValue(BR, 1, L) argument
37 #define VP8GetValue(BR, N, L) VP8GetValue(BR, N) argument
38 #define VP8Get(BR, L) VP8GetValue(BR, 1, L) argument
39 #define VP8GetSignedValue(BR, N, L) VP8GetSignedValue(BR, N) argument
40 #define VP8GetBit(BR, P, L) VP8GetBit(BR, P) argument
41 #define VP8GetBitAlt(BR, P, L) VP8GetBitAlt(BR, P) argument
42 #define VP8GetSigned(BR, V, L) VP8GetSigned(BR, V) argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLoopPass.cpp50 bool runOnLoop(Loop *L, LPPassManager &) override { in runOnLoop()
78 void LPPassManager::addLoop(Loop &L) { in addLoop()
99 BasicBlock *To, Loop *L) { in cloneBasicBlockSimpleAnalysis()
107 void LPPassManager::deleteSimpleAnalysisValue(Value *V, Loop *L) { in deleteSimpleAnalysisValue()
120 void LPPassManager::deleteSimpleAnalysisLoop(Loop *L) { in deleteSimpleAnalysisLoop()
129 static void addLoopIntoQueue(Loop *L, std::deque<Loop *> &LQ) { in addLoopIntoQueue()
144 void LPPassManager::markLoopAsDeleted(Loop &L) { in markLoopAsDeleted()
390 static std::string getDescription(const Loop &L) { in getDescription()
DLoopCacheAnalysis.cpp76 const Loop &L, ScalarEvolution &SE) { in isOneDimensionalArray()
98 static const SCEV *computeTripCount(const Loop &L, ScalarEvolution &SE) { in computeTripCount()
198 const Loop &L, in hasTemporalReuse()
255 CacheCostTy IndexedReference::computeRefCost(const Loop &L, in computeRefCost()
320 if (Loop *L = LI.getLoopFor(BB)) { in delinearize() local
382 bool IndexedReference::isConsecutive(const Loop &L, unsigned CLS) const { in isConsecutive() argument
449 const Loop *L = LC.first; in operator <<() local
464 for (const Loop *L : Loops) { in CacheCost() local
501 for (const Loop *L : Loops) { in calculateCacheFootprint() local
580 CacheCost::computeLoopCacheCost(const Loop &L, in computeLoopCacheCost()
[all …]
DIVUsers.cpp40 IVUsers IVUsersAnalysis::run(Loop &L, LoopAnalysisManager &AM, in run()
60 static bool isInteresting(const SCEV *S, const Instruction *I, const Loop *L, in isInteresting()
130 const Loop *L, DominatorTree *DT) { in IVUseShouldUsePostIncValue()
257 auto *L = AR->getLoop(); in AddUsersImpl() local
305 IVUsers::IVUsers(Loop *L, AssumptionCache *AC, LoopInfo *LI, DominatorTree *DT, in IVUsers()
366 bool IVUsersWrapperPass::runOnLoop(Loop *L, LPPassManager &LPM) { in runOnLoop()
395 static const SCEVAddRecExpr *findAddRecForLoop(const SCEV *S, const Loop *L) { in findAddRecForLoop()
418 void IVStrideUse::transformToPostInc(const Loop *L) { in transformToPostInc()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCDwarf.h466 MCCFIInstruction(OpType Op, MCSymbol *L, unsigned R, int O, StringRef V) in MCCFIInstruction()
472 MCCFIInstruction(OpType Op, MCSymbol *L, unsigned R1, unsigned R2) in MCCFIInstruction()
480 static MCCFIInstruction createDefCfa(MCSymbol *L, unsigned Register, in createDefCfa()
487 static MCCFIInstruction createDefCfaRegister(MCSymbol *L, unsigned Register) { in createDefCfaRegister()
494 static MCCFIInstruction createDefCfaOffset(MCSymbol *L, int Offset) { in createDefCfaOffset()
501 static MCCFIInstruction createAdjustCfaOffset(MCSymbol *L, int Adjustment) { in createAdjustCfaOffset()
507 static MCCFIInstruction createOffset(MCSymbol *L, unsigned Register, in createOffset()
515 static MCCFIInstruction createRelOffset(MCSymbol *L, unsigned Register, in createRelOffset()
522 static MCCFIInstruction createRegister(MCSymbol *L, unsigned Register1, in createRegister()
528 static MCCFIInstruction createWindowSave(MCSymbol *L) { in createWindowSave()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DLoopPass.h45 virtual bool doInitialization(Loop *L, LPPassManager &LPM) { in doInitialization()
79 virtual void cloneBasicBlockAnalysis(BasicBlock *F, BasicBlock *T, Loop *L) {} in cloneBasicBlockAnalysis()
82 virtual void deleteAnalysisValue(Value *V, Loop *L) {} in deleteAnalysisValue()
87 virtual void deleteAnalysisLoop(Loop *L) {} in deleteAnalysisLoop()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
DTimer.cpp200 sys::SmartScopedLock<true> L(*TimerLock); in get() local
237 sys::SmartScopedLock<true> L(*TimerLock); in TimerGroup() local
252 sys::SmartScopedLock<true> L(*TimerLock); in ~TimerGroup() local
260 sys::SmartScopedLock<true> L(*TimerLock); in removeTimer() local
283 sys::SmartScopedLock<true> L(*TimerLock); in addTimer() local
355 sys::SmartScopedLock<true> L(*TimerLock); in print() local
365 sys::SmartScopedLock<true> L(*TimerLock); in printAll() local
396 sys::SmartScopedLock<true> L(*TimerLock); in printAllJSONValues() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopDeletion.cpp43 static bool isLoopDead(Loop *L, ScalarEvolution &SE, in isLoopDead()
94 static bool isLoopNeverExecuted(Loop *L) { in isLoopNeverExecuted()
136 static LoopDeletionResult deleteLoopIfDead(Loop *L, DominatorTree &DT, in deleteLoopIfDead()
209 PreservedAnalyses LoopDeletionPass::run(Loop &L, LoopAnalysisManager &AM, in run()
252 bool LoopDeletionLegacyPass::runOnLoop(Loop *L, LPPassManager &LPM) { in runOnLoop()
/third_party/node/deps/v8/src/codegen/riscv64/
Dassembler-riscv64.h227 inline int32_t branch_offset(Label* L) { in branch_offset()
230 inline int32_t jump_offset(Label* L) { in jump_offset()
233 inline int16_t cjump_offset(Label* L) { in cjump_offset()
236 inline int32_t cbranch_offset(Label* L) { in cbranch_offset()
394 inline void beq(Register rs1, Register rs2, Label* L) { in beq()
398 inline void bne(Register rs1, Register rs2, Label* L) { in bne()
402 inline void blt(Register rs1, Register rs2, Label* L) { in blt()
406 inline void bge(Register rs1, Register rs2, Label* L) { in bge()
410 inline void bltu(Register rs1, Register rs2, Label* L) { in bltu()
414 inline void bgeu(Register rs1, Register rs2, Label* L) { in bgeu()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DImmutableList.h45 const ImmutableListImpl* L){ in Profile()
86 const ImmutableListImpl<T>* L = nullptr; variable
127 bool isEqual(const ImmutableList& L) const { return X == L.X; } in isEqual()
183 ListTy* L = Cache.FindNodeOrInsertPos(ID, InsertPos); in concat() local
199 LLVM_NODISCARD ImmutableList<T> add(ElemT &&Data, ImmutableList<T> L) { in add()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLoopUtils.cpp51 bool llvm::formDedicatedExitBlocks(Loop *L, DominatorTree *DT, LoopInfo *LI, in formDedicatedExitBlocks()
120 SmallVector<Instruction *, 8> llvm::findDefsUsedOutsideOfLoop(Loop *L) { in findDefsUsedOutsideOfLoop()
383 bool llvm::hasDisableAllTransformsHint(const Loop *L) { in hasDisableAllTransformsHint()
387 bool llvm::hasDisableLICMTransformsHint(const Loop *L) { in hasDisableLICMTransformsHint()
391 TransformationMode llvm::hasUnrollTransformation(Loop *L) { in hasUnrollTransformation()
412 TransformationMode llvm::hasUnrollAndJamTransformation(Loop *L) { in hasUnrollAndJamTransformation()
430 TransformationMode llvm::hasVectorizeTransformation(Loop *L) { in hasVectorizeTransformation()
465 TransformationMode llvm::hasDistributeTransformation(Loop *L) { in hasDistributeTransformation()
475 TransformationMode llvm::hasLICMVersioningTransformation(Loop *L) { in hasLICMVersioningTransformation()
506 void llvm::deleteDeadLoop(Loop *L, DominatorTree *DT = nullptr, in deleteDeadLoop()
[all …]

12345678910>>...26