OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:UseI
(Results
1 - 5
of
5
) sorted by null
/external/llvm/lib/Target/Hexagon/
HexagonGenPredicate.cpp
217
MachineInstr *
UseI
= I->getParent();
218
if (isConvertibleToPredForm(
UseI
))
219
PUsers.insert(
UseI
);
HexagonSplitDouble.cpp
231
MachineInstr *
UseI
= Op.getParent();
232
if (isFixedInstr(
UseI
))
234
for (unsigned i = 0, n =
UseI
->getNumOperands(); i < n; ++i) {
235
MachineOperand &MO =
UseI
->getOperand(i);
392
MachineInstr *
UseI
= U->getParent();
393
if (isFixedInstr(
UseI
)) {
396
for (auto &Op :
UseI
->operands()) {
407
if (
UseI
->isPHI()) {
408
const MachineBasicBlock *PB =
UseI
->getParent();
415
int32_t P = profit(
UseI
);
[
all
...]
/external/swiftshader/third_party/LLVM/lib/CodeGen/
SplitKit.cpp
158
SmallVectorImpl<SlotIndex>::const_iterator
UseI
, UseE;
159
UseI
= UseSlots.begin();
173
if (
UseI
== UseE || *
UseI
>= Stop) {
182
BI.FirstInstr = *
UseI
;
184
do ++
UseI
;
185
while (
UseI
!= UseE && *
UseI
< Stop);
186
BI.LastInstr =
UseI
[-1];
[
all
...]
/external/llvm/lib/CodeGen/
SplitKit.cpp
195
SmallVectorImpl<SlotIndex>::const_iterator
UseI
, UseE;
196
UseI
= UseSlots.begin();
211
if (
UseI
== UseE || *
UseI
>= Stop) {
220
BI.FirstInstr = *
UseI
;
222
do ++
UseI
;
223
while (
UseI
!= UseE && *
UseI
< Stop);
224
BI.LastInstr =
UseI
[-1];
[
all
...]
/external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp
[
all
...]
Completed in 249 milliseconds