OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:opId
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/libs/hwui/
LayerBuilder.cpp
240
if (bakedState->op->
opId
!= RecordedOpId::CopyToLayerOp) {
349
int
opId
= batch->getOps()[0]->op->
opId
;
357
mergedReceivers[
opId
](arg, data);
360
unmergedReceivers[op->op->
opId
](arg, *op);
RecordedOp.h
142
// Generate
OpId
enum
160
const int
opId
;
174
RecordedOp(unsigned int
opId
, BASE_PARAMS)
175
:
opId
(
opId
)
/external/llvm/lib/Transforms/InstCombine/
InstCombineVectorOps.cpp
103
unsigned
opId
= (B0->getOperand(0) == PN) ? 1 : 0;
105
ExtractElementInst::Create(B0->getOperand(
opId
), Elt,
106
B0->getOperand(
opId
)->getName() + ".Elt"),
[
all
...]
Completed in 304 milliseconds