| /llvm-project-15.0.7/llvm/include/llvm/ProfileData/ |
| H A D | SampleProf.h | 458 return Location == That.Location && FuncName == That.FuncName; 462 return !(*this == That); 632 return State == That.State && Name == That.Name && 633 FullContext == That.FullContext; 636 bool operator!=(const SampleContext &That) const { return !(*this == That); } 638 bool operator<(const SampleContext &That) const { 639 if (State != That.State) 640 return State < That.State; 643 return (Name.compare(That.Name)) == -1; 649 auto &Context2 = That.FullContext[I]; [all …]
|
| /llvm-project-15.0.7/lld/test/ELF/linkerscript/ |
| H A D | outsections-addr.s | 14 ## 2) That something that contains ":" character, like ternary 16 ## 3) That complex expressions work. 17 ## 4) That section alignment still applied to explicitly specified address.
|
| H A D | empty-section-size.test | 7 ## if it was empty. That happened because of empty synthetic sections included.
|
| /llvm-project-15.0.7/llvm/include/llvm/Passes/ |
| H A D | StandardInstrumentations.h | 270 bool operator==(const BlockDataT &That) const { return Body == That.Body; } 271 bool operator!=(const BlockDataT &That) const { return Body != That.Body; } 299 bool operator==(const OrderedChangedData<T> &That) const { 300 return Data == That.getData();
|
| /llvm-project-15.0.7/ |
| H A D | .git-blame-ignore-revs | 20 # r302421: That change incorrectly changed line endings in some libc++ files 23 # r302496: That is the revert of r302421
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-mca/X86/BdVer2/ |
| H A D | read-advance-1.s | 4 # The vmul can start executing 3cy in advance. That is beause the first use 5 # operand (i.e. %xmm1) is a ReadAfterLd. That means, the memory operand is
|
| H A D | dependency-breaking-sbb-2.s | 6 # The SBB does not depend on the value of register EAX. That means, it doesn't
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-mca/X86/Barcelona/ |
| H A D | read-advance-1.s | 4 # The vmul can start executing 2cy in advance. That is beause the first use 5 # operand (i.e. %xmm1) is a ReadAfterLd. That means, the memory operand is
|
| H A D | dependency-breaking-sbb-2.s | 4 # The SBB does not depend on the value of register EAX. That means, it doesn't
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-mca/X86/BtVer2/ |
| H A D | read-advance-1.s | 4 # The vmul can start executing 3cy in advance. That is beause the first use 5 # operand (i.e. %xmm1) is a ReadAfterLd. That means, the memory operand is
|
| H A D | dependency-breaking-sbb-2.s | 6 # The SBB does not depend on the value of register EAX. That means, it doesn't
|
| H A D | clear-super-register-2.s | 7 # the VDIVPS. That VADDPS also writes to register XMM3, and the upper half of
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-objcopy/ELF/ |
| H A D | ihex-writer-empty-sections.test | 97 ## Empty section in its own segment. That segment is declared before the .data2 105 ## Empty section in its own segment. That segment is declared before the .data2 113 ## Empty section in its own segment. That segment is declared after the .data2 121 ## Empty section in its own segment. That segment is declared after the .data2
|
| /llvm-project-15.0.7/llvm/include/llvm/Support/ |
| H A D | Registry.h | 91 bool operator==(const iterator &That) const { return Cur == That.Cur; }
|
| /llvm-project-15.0.7/llvm/test/CodeGen/ARM/ |
| H A D | virtregrewriter-subregliveness.mir | 14 # That will materialize as an implicit use of the big register 27 ; That copy is being coalesced so we should use a KILL
|
| /llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineAddSub.cpp | 267 if (That.isInt()) in operator =() 268 set(That.IntVal); in operator =() 270 set(That.getFpVal()); in operator =() 275 if (isInt() == That.isInt()) { in operator +=() 277 IntVal += That.IntVal; in operator +=() 284 const APFloat &T = That.getFpVal(); in operator +=() 295 if (That.isOne()) in operator *=() 298 if (That.isMinusOne()) { in operator *=() 303 if (isInt() && That.isInt()) { in operator *=() 304 int Res = IntVal * (int)That.IntVal; in operator *=() [all …]
|
| /llvm-project-15.0.7/llvm/test/MC/AArch64/ |
| H A D | arm64-separator.s | 7 ; tell it to show encodings. That will result in the two 'mov' instructions
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/ |
| H A D | dwarfdump-decompression-error.test | 11 // content of .debug_info section was changed to 0xff. That breaks normal
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | 2012-05-17-TwoAddressBug.ll | 5 ; because of poor pre-RA schedule. That will be fixed by MI scheduler.
|
| /llvm-project-15.0.7/polly/lib/Transform/ |
| H A D | DeLICM.cpp | 300 void learnFrom(Knowledge That) { in learnFrom() argument 301 assert(!isConflicting(*this, That)); in learnFrom() 302 assert(!Unused.is_null() && !That.Occupied.is_null()); in learnFrom() 304 That.Unused.is_null() && in learnFrom() 310 Unused = Unused.subtract(That.Occupied); in learnFrom() 311 Known = Known.unite(That.Known); in learnFrom() 312 Written = Written.unite(That.Written); in learnFrom()
|
| /llvm-project-15.0.7/llvm/lib/Target/PowerPC/ |
| H A D | P9InstrResources.td | 524 // superslice. That includes both exec pipelines (EXECO, EXECE) and one 634 // superslice. That includes both exec pipelines (EXECO, EXECE) and one 658 // superslice. That includes both exec pipelines (EXECO, EXECE) and one 666 // superslice. That includes both exec pipelines (EXECO, EXECE) and one 683 // superslice. That includes both exec pipelines (EXECO, EXECE) and one 691 // superslice. That includes both exec pipelines (EXECO, EXECE) and one 918 // superslice. That includes both exec pipelines (EXECO, EXECE) and two 927 // superslice. That includes both exec pipelines (EXECO, EXECE) and two 941 // superslice. That includes both exec pipelines (EXECO, EXECE) and two 953 // superslice. That includes both exec pipelines (EXECO, EXECE) and two [all …]
|
| /llvm-project-15.0.7/llvm/docs/CommandGuide/ |
| H A D | llvm-dwarfutil.rst | 37 That option is enabled by default. 45 That option is enabled by default.
|
| /llvm-project-15.0.7/llvm/test/Transforms/IRCE/ |
| H A D | single-access-with-preloop.ll | 35 ; If Offset was a SINT_MIN, we could have an overflow here. That is why we calculated its safe vers… 43 ; If Offset was a SINT_MIN, we could have an overflow here. That is why we calculated its safe vers…
|
| /llvm-project-15.0.7/llvm/test/MC/ARM/ |
| H A D | elf-thumbfunc-reloc.s | 30 @@ make sure the relocation is with f. That is one way to make sure it includes
|
| /llvm-project-15.0.7/clang/test/CodeGenObjC/ |
| H A D | debug-info-nodebug.m | 15 // local variable for the referenced member. That is what gets
|