| /llvm-project-15.0.7/lldb/test/API/lang/objc/blocks/ |
| H A D | ivars-in-blocks.m | 44 // Interesting... Apparently you can't make a block in your init method. This crashes...
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | shl_undef.ll | 3 ; Interesting test case where %tmp1220 = xor i32 %tmp862, %tmp592 and
|
| H A D | misched-new.ll | 9 ; Interesting MachineScheduler cases.
|
| H A D | cmpxchg-clobber-flags.ll | 121 ; Interesting in producing a clobber without any function calls.
|
| /llvm-project-15.0.7/llvm/test/Transforms/IndVarSimplify/ |
| H A D | interesting-invoke-use.ll | 3 ; An invoke has a result value which is used in an "Interesting"
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/ |
| H A D | HWAddressSanitizer.cpp | 308 Instruction *I, SmallVectorImpl<InterestingMemoryOperand> &Interesting); 734 Instruction *I, SmallVectorImpl<InterestingMemoryOperand> &Interesting) { in getInterestingMemoryOperands() argument 746 Interesting.emplace_back(I, LI->getPointerOperandIndex(), false, in getInterestingMemoryOperands() 751 Interesting.emplace_back(I, SI->getPointerOperandIndex(), true, in getInterestingMemoryOperands() 756 Interesting.emplace_back(I, RMW->getPointerOperandIndex(), true, in getInterestingMemoryOperands() 761 Interesting.emplace_back(I, XCHG->getPointerOperandIndex(), true, in getInterestingMemoryOperands() 769 Interesting.emplace_back(I, ArgNo, false, Ty, Align(1)); in getInterestingMemoryOperands()
|
| H A D | AddressSanitizer.cpp | 676 Instruction *I, SmallVectorImpl<InterestingMemoryOperand> &Interesting); 1272 Instruction *I, SmallVectorImpl<InterestingMemoryOperand> &Interesting) { in getInterestingMemoryOperands() argument 1280 Interesting.emplace_back(I, LI->getPointerOperandIndex(), false, in getInterestingMemoryOperands() 1285 Interesting.emplace_back(I, SI->getPointerOperandIndex(), true, in getInterestingMemoryOperands() 1290 Interesting.emplace_back(I, RMW->getPointerOperandIndex(), true, in getInterestingMemoryOperands() 1295 Interesting.emplace_back(I, XCHG->getPointerOperandIndex(), true, in getInterestingMemoryOperands() 1315 Interesting.emplace_back(I, OpOffset, IsWrite, Ty, Alignment, Mask); in getInterestingMemoryOperands() 1322 Interesting.emplace_back(I, ArgNo, false, Ty, Align(1)); in getInterestingMemoryOperands()
|
| /llvm-project-15.0.7/libc/docs/ |
| H A D | index.rst | 49 Other Interesting Documentation
|
| /llvm-project-15.0.7/llvm/docs/HistoricalNotes/ |
| H A D | 2001-06-01-GCCOptimizations.txt | 4 Subject: Interesting: GCC passes
|
| H A D | 2001-06-01-GCCOptimizations2.txt | 4 Subject: RE: Interesting: GCC passes
|
| /llvm-project-15.0.7/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelDAGToDAG.cpp | 1464 bool &Interesting = ValueEntry->first; in getValueBits() local 1479 return std::make_pair(Interesting = true, &Bits); in getValueBits() 1495 return std::make_pair(Interesting = true, &Bits); in getValueBits() 1511 return std::make_pair(Interesting = true, &Bits); in getValueBits() 1537 return std::make_pair(Interesting, &Bits); in getValueBits() 1586 return std::make_pair(Interesting = true, &Bits); in getValueBits() 1605 return std::make_pair(Interesting, &Bits); in getValueBits() 1633 return std::make_pair(Interesting, &Bits); in getValueBits() 1656 return std::make_pair(Interesting, &Bits); in getValueBits() 1673 return std::make_pair(Interesting = false, &Bits); in getValueBits() [all …]
|
| /llvm-project-15.0.7/llvm/test/CodeGen/WebAssembly/ |
| H A D | call.ll | 239 ; - Interesting returns (struct, multiple).
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AArch64/ |
| H A D | arm64_32.ll | 181 ; Interesting point is that the slot is 4 bytes. 196 ; Interesting point is that the slot needs aligning (again, min size is 4
|
| /llvm-project-15.0.7/llvm/lib/Target/ARM/ |
| H A D | README.txt | 15 Interesting optimization for PIC codegen on arm-linux:
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | ScalarEvolution.cpp | 2228 bool Interesting = false; in CollectAddOperandsWithScales() local 2236 Interesting = true; in CollectAddOperandsWithScales() 2250 Interesting |= in CollectAddOperandsWithScales() 2266 Interesting = true; in CollectAddOperandsWithScales() 2279 Interesting = true; in CollectAddOperandsWithScales() 2284 return Interesting; in CollectAddOperandsWithScales()
|
| /llvm-project-15.0.7/llvm/lib/Target/ |
| H A D | README.txt | 59 Interesting? testcase for add/shift/mul reassoc: 1206 Interesting missed case because of control flow flattening (should be 2 loads):
|