OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Opnds
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUISelDAGToDAG.cpp
1233
SmallVector<SDValue, 3>
Opnds
;
1234
Opnds
.push_back(Zero);
1235
Opnds
.push_back(Addr.getOperand(1));
1241
Opnds
.push_back(
1246
CurDAG->getMachineNode(SubOp, DL, MVT::i32,
Opnds
);
1345
SmallVector<SDValue, 3>
Opnds
;
1346
Opnds
.push_back(Zero);
1347
Opnds
.push_back(Addr.getOperand(1));
1351
Opnds
.push_back(
1356
SubOp, DL, MVT::getIntegerVT(Size * 8),
Opnds
);
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp
199
Value *createNaryFAdd(const AddendVect&
Opnds
, unsigned InstrQuota);
602
(const AddendVect &
Opnds
, unsigned InstrQuota) {
603
assert(!
Opnds
.empty() && "Expect at least one addend");
607
unsigned InstrNeeded = calcInstrNumber(
Opnds
);
625
for (const FAddend *Opnd :
Opnds
) {
700
unsigned FAddCombine::calcInstrNumber(const AddendVect &
Opnds
) {
701
unsigned OpndNum =
Opnds
.size();
708
for (const FAddend *Opnd :
Opnds
) {
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
Reassociate.cpp
1418
SmallVector<XorOpnd, 8>
Opnds
;
1433
Opnds
.push_back(O);
1437
// NOTE: From this point on, do *NOT* add/delete element to/from "
Opnds
".
1438
// It would otherwise invalidate the "
Opnds
"'s iterator, and hence invalidate
1440
// with the previous loop --- the iterator of the "
Opnds
" may be invalidated
1442
for (unsigned i = 0, e =
Opnds
.size(); i != e; ++i)
1443
OpndPtrs.push_back(&
Opnds
[i]);
1465
for (unsigned i = 0, e =
Opnds
.size(); i < e; i++) {
1506
for (unsigned int i = 0, e =
Opnds
.size(); i < e; i++) {
1507
XorOpnd &O =
Opnds
[i]
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp
12147
SmallVector<SDValue, 8>
Opnds
;
12149
Opnds
.push_back(BuildVect.getOperand(i));
12151
return DAG.getBuildVector(VT, SDLoc(N),
Opnds
);
12217
SmallVector<SDValue, 8>
Opnds
;
12220
Opnds
.push_back(DAG.getUNDEF(VTs[i]));
12225
Opnds
.push_back(NV);
12227
return DAG.getNode(ISD::CONCAT_VECTORS, SDLoc(N), VT,
Opnds
);
19835
SmallVector<SDValue, 8>
Opnds
;
19857
Opnds
.append(NumElts, DAG.getUNDEF(MinVT));
19862
Opnds
.append(Op->op_begin(), Op->op_begin() + NumElts)
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp
16335
SmallVector<SDValue, 4>
Opnds
;
16338
Opnds
.push_back(Vec);
16341
Opnds
.push_back(DAG.getNode(ISD::EXTRACT_SUBVECTOR, DL,
16346
DAG.getNode(ISD::CONCAT_VECTORS, DL, Tuple.getValueType(),
Opnds
);
16355
SmallVector<SDValue, 4>
Opnds
;
16357
Opnds
.push_back(N->getOperand(I));
16359
EVT VT =
Opnds
[0].getValueType();
16364
SDValue Concat = DAG.getNode(ISD::CONCAT_VECTORS, DL, DestVT,
Opnds
);
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86ISelLowering.cpp
22035
SmallVector<SDValue, 8>
Opnds
;
22043
Opnds
.push_back(Op.getOperand(0));
22044
Opnds
.push_back(Op.getOperand(1));
22046
for (unsigned Slot = 0, e =
Opnds
.size(); Slot < e; ++Slot) {
22047
SmallVectorImpl<SDValue>::const_iterator I =
Opnds
.begin() + Slot;
22050
Opnds
.push_back(I->getOperand(0));
22051
Opnds
.push_back(I->getOperand(1));
[
all
...]
Completed in 115 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026