OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InstDesc
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/Transforms/Utils/
LoopUtils.cpp
187
InstDesc
ReduxDesc(false, nullptr);
311
InstDesc
IgnoredVal(false, nullptr);
365
RecurrenceDescriptor::
InstDesc
366
RecurrenceDescriptor::isMinMaxSelectCmpPattern(Instruction *I,
InstDesc
&Prev) {
377
return
InstDesc
(false, I);
378
return
InstDesc
(Select, Prev.getMinMaxKind());
383
return
InstDesc
(false, I);
386
return
InstDesc
(false, I);
388
return
InstDesc
(false, I);
395
return
InstDesc
(Select, MRK_UIntMin)
[
all
...]
/external/llvm/include/llvm/Transforms/Utils/
LoopUtils.h
100
class
InstDesc
{
103
InstDesc
(bool IsRecur, Instruction *I, Instruction *UAI = nullptr)
107
InstDesc
(Instruction *I, MinMaxRecurrenceKind K, Instruction *UAI = nullptr)
138
static
InstDesc
isRecurrenceInstr(Instruction *I, RecurrenceKind Kind,
139
InstDesc
&Prev, bool HasFunNoNaNAttr);
151
static
InstDesc
isMinMaxSelectCmpPattern(Instruction *I,
InstDesc
&Prev);
/external/llvm/lib/Target/AMDGPU/
SIInstrInfo.cpp
[
all
...]
Completed in 48 milliseconds