Home
last modified time | relevance | path

Searched refs:Interesting (Results 1 – 16 of 16) sorted by relevance

/llvm-project-15.0.7/lldb/test/API/lang/objc/blocks/
H A Divars-in-blocks.m44 // 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 Dshl_undef.ll3 ; Interesting test case where %tmp1220 = xor i32 %tmp862, %tmp592 and
H A Dmisched-new.ll9 ; Interesting MachineScheduler cases.
H A Dcmpxchg-clobber-flags.ll121 ; Interesting in producing a clobber without any function calls.
/llvm-project-15.0.7/llvm/test/Transforms/IndVarSimplify/
H A Dinteresting-invoke-use.ll3 ; An invoke has a result value which is used in an "Interesting"
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp308 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 DAddressSanitizer.cpp676 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 Dindex.rst49 Other Interesting Documentation
/llvm-project-15.0.7/llvm/docs/HistoricalNotes/
H A D2001-06-01-GCCOptimizations.txt4 Subject: Interesting: GCC passes
H A D2001-06-01-GCCOptimizations2.txt4 Subject: RE: Interesting: GCC passes
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp1464 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 Dcall.ll239 ; - Interesting returns (struct, multiple).
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Darm64_32.ll181 ; 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 DREADME.txt15 Interesting optimization for PIC codegen on arm-linux:
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DScalarEvolution.cpp2228 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 DREADME.txt59 Interesting? testcase for add/shift/mul reassoc:
1206 Interesting missed case because of control flow flattening (should be 2 loads):