HomeSort by relevance Sort by last modified time
    Searched refs:mInstruction (Results 1 - 8 of 8) sorted by null

  /frameworks/rs/rsov/compiler/spirit/
instructions.cpp 26 IdRef::IdRef(Instruction *inst) : mId(inst->getId()), mInstruction(inst) {}
core_defs.h 40 IdRef() : mId(0), mInstruction(nullptr) {}
44 mutable Instruction *mInstruction;
module.cpp 79 ref->mInstruction = it->second;
343 return getSize(vTy->mOperand1.mInstruction) * vTy->mOperand2;
353 sz += getSize(ty.mInstruction);
466 if (mode->mOperand1.mInstruction == mFunction) {
562 return nameInst->mOperand1.mInstruction;
575 if (nameInst->mOperand1.mInstruction == target) {
708 if (c->mOperand1[i].mInstruction != components[i]) {
793 return vecTy->mOperand1.mInstruction == componentType &&
807 type->mOperand2.mInstruction == pointeeType;
819 // return type->mOperand1.mInstruction == elemType
    [all...]
word_stream.h 65 RHS->mInstruction = nullptr;
  /frameworks/rs/rsov/compiler/
Wrapper.cpp 172 Instruction *elementType = param->mResultType.mInstruction;
244 static_cast<TypePointerInst *>(bufferVar->mResultType.mInstruction);
246 static_cast<TypeStructInst *>(StructPtrTy->mOperand2.mInstruction);
GlobalAllocSPIRITPass.cpp 143 static_cast<FunctionInst *>(call->mOperand1.mInstruction);
Builtin.cpp 334 static_cast<FunctionInst *>(call->mOperand1.mInstruction);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/setup/
SetupWizardActivity.java 438 private final String mInstruction;
455 mInstruction = (instruction == 0) ? null
476 instructionView.setText(isStepActionAlreadyDone ? mFinishedInstruction : mInstruction);

Completed in 199 milliseconds