OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Operands
(Results
26 - 29
of
29
) sorted by null
1
2
/external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp
305
// Check whether all
operands
on one side have the same opcode. In this case
376
// Don't reorder if the
operands
where good to begin with.
676
// If all of the
operands
are identical or constant we have a simple solution.
850
ValueList
Operands
;
853
Operands
.push_back(cast<PHINode>(VL[j])->getIncomingValueForBlock(
856
buildTree_rec(
Operands
, Depth + 1);
907
ValueList
Operands
;
910
Operands
.push_back(cast<Instruction>(VL[j])->getOperand(i));
912
buildTree_rec(
Operands
, Depth+1);
935
ValueList
Operands
;
[
all
...]
/external/llvm/utils/TableGen/
CodeGenDAGPatterns.cpp
359
// Both
operands
must be integer or FP, but we don't care which.
873
/// constraint to the nodes
operands
. This returns true if it makes a
[
all
...]
/external/clang/lib/CodeGen/
TargetInfo.cpp
[
all
...]
/external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp
318
bool shouldOmitCCOutOperand(StringRef Mnemonic, OperandVector &
Operands
);
319
bool shouldOmitPredicateOperand(StringRef Mnemonic, OperandVector &
Operands
);
353
SMLoc NameLoc, OperandVector &
Operands
) override;
361
OperandVector &
Operands
, MCStreamer &Out,
[
all
...]
Completed in 384 milliseconds
1
2