/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | LoopInstSimplify.cpp | 98 // empty `ToSimplify` set. in simplifyLoopInst() 112 U.set(V); in simplifyLoopInst() 116 // the next set. in simplifyLoopInst() 124 // instruction in the loop body, add it to our set of targeted in simplifyLoopInst() 166 // Otherwise, put the next set in place for the next iteration and reset it in simplifyLoopInst()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
H A D | User.h | 87 /// (with bottom bit set) to the User. 251 U.set(nullptr);
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceClFlags.cpp | 217 #define X(Name, Type, ClType, ...) OutFlags.set##Name(toSetterParam(Name##Obj)); in getParsedClFlags() 221 // If any value needs a non-trivial parsed value, set it below. in getParsedClFlags()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
H A D | AArch64Subtarget.cpp | 177 ReserveXRegister.set(18); in AArch64Subtarget() 236 // AArch64ExpandPseudo::expandMI we emit an additional instruction to set the in ClassifyGlobalReference()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPURegisterInfo.cpp | 88 Reserved.set(*R);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
H A D | Thumb2ITBlockPass.cpp | 57 return MachineFunctionProperties().set( 110 /// Clear kill flags for any uses in the given set. This will likely 230 // is set: skip the loop in InsertITInstructions()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/ |
H A D | LanaiDelaySlotFiller.cpp | 61 return MachineFunctionProperties().set( 246 // included in the RegDefs set of calls but instructions modifying SP cannot in insertDefsUses()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/ |
H A D | MSP430BranchSelector.cpp | 56 return MachineFunctionProperties().set(
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86EvexToVex.cpp | 81 return MachineFunctionProperties().set( 231 // Check for EVEX instructions with L2 set. These instructions are 512-bits in CompressEvexToVexImpl()
|
H A D | X86RetpolineThunks.cpp | 240 MF.getProperties().set(MachineFunctionProperties::Property::NoVRegs); in populateThunk()
|
H A D | X86VZeroUpper.cpp | 53 return MachineFunctionProperties().set( 259 // and set the state to EXITS_CLEAN, but do not insert the vzeroupper yet. in processBasicBlock()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
H A D | InstrOrderFile.cpp | 36 #include <set> 135 // Otherwise, set the bit, grab the index, update the buffer. in generateCodeSequence()
|
/third_party/skia/tools/debugger/ |
H A D | DebugLayerManager.cpp | 25 SkDebugf("Could not set command playhead for event {%d, %d}, it is not tracked by" in setCommand() 47 // Must be set or they end up undefined due to cosmic rays, bad luck, etc. 65 fDraws.set(k, std::move(event));
|
/third_party/skia/tools/fonts/ |
H A D | TestTypeface.cpp | 122 info->fFontName.set(fTestFont->fName); in onGetAdvancedMetrics()
|
/third_party/skia/tools/skpbench/ |
H A D | sheet.py | 69 self.config_qualifiers = set()
|
/third_party/spirv-tools/source/fuzz/fact_manager/ |
H A D | constant_uniform_facts.cpp | 78 std::set<uint32_t> already_seen; in GetConstantsAvailableFromUniformsForType() 169 // variable is decorated with the descriptor set and binding associated with in MaybeAddFact()
|
/third_party/typescript/tests/baselines/reference/ |
H A D | privateNameStaticFieldAssignment.js | 43 return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
|
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
H A D | IntArrayList.java | 62 * elements set in the list. 168 public Integer set(int index, Integer element) { in set() method in IntArrayList
|
H A D | LongArrayList.java | 62 * elements set in the list. 168 public Long set(int index, Long element) { in set() method in LongArrayList
|
H A D | FloatArrayList.java | 62 * elements set in the list. 168 public Float set(int index, Float element) { in set() method in FloatArrayList
|
H A D | BooleanArrayList.java | 62 * elements set in the list. 169 public Boolean set(int index, Boolean element) { in set() method in BooleanArrayList
|
H A D | DoubleArrayList.java | 62 * elements set in the list. 169 public Double set(int index, Double element) { in set() method in DoubleArrayList
|
/third_party/python/Lib/test/ |
H A D | test_iterlen.py | 23 though they need to permanently set their length to zero whenever there is 139 d = set(range(n))
|
/third_party/protobuf/src/google/protobuf/compiler/cpp/ |
H A D | cpp_message.h | 39 #include <set>
|
/third_party/python/Lib/idlelib/idle_test/ |
H A D | mock_tk.py | 35 def set(self, value): member in Var 46 The test can set the result returned to ask function 80 For 'ask' functions, set func.result return value before calling the method
|