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

  /external/swiftshader/third_party/LLVM/include/llvm/MC/
EDInstInfo.h 21 uint8_t numOperands;
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/SPIRV/
disassemble.cpp 113 void disassembleImmediates(int numOperands);
114 void disassembleIds(int numOperands);
116 void disassembleInstruction(Id resultId, Id typeId, Op opCode, int numOperands);
189 unsigned numOperands = wordCount - 1;
195 --numOperands;
202 --numOperands;
213 disassembleInstruction(resultId, typeId, opCode, numOperands);
287 void SpirvStream::disassembleImmediates(int numOperands)
289 for (int i = 0; i < numOperands; ++i) {
291 if (i < numOperands - 1
    [all...]
SPVRemapper.cpp 474 unsigned numOperands = wordCount - 1;
482 --numOperands;
487 --numOperands;
494 numOperands -= 2;
496 for (unsigned op=0; op < numOperands; ++op)
508 for (int op = 0; numOperands > 0; ++op, --numOperands) {
517 --numOperands;
531 for (unsigned i = 0; i < numOperands; ++i)
539 // --numOperands;
    [all...]
  /external/swiftshader/third_party/LLVM/lib/MC/MCDisassembler/
EDInst.cpp 42 unsigned int numOperands = Operands.size();
44 for (index = 0; index < numOperands; ++index)
110 for (opIndex = 0; opIndex < ThisInstInfo->numOperands; ++opIndex) {
148 int EDInst::numOperands() {
EDInst.h 145 /// numOperands - returns the number of operands available to retrieve, or -1
147 int numOperands();
  /external/swiftshader/third_party/LLVM/tools/llvm-mc/
Disassembler.cpp 337 unsigned numOperands = inst->numOperands();
339 if ((int)numOperands < 0) {
344 for (unsigned operandIndex = 0; operandIndex != numOperands;
  /external/swiftshader/third_party/LLVM/utils/TableGen/
EDEmitter.cpp 357 unsigned int numOperands = inst.Operands.size();
359 for (index = 0; index < numOperands; ++index) {
722 unsigned int numOperands = inst.Operands.size();
724 if (numOperands > EDIS_MAX_OPERANDS) {
725 errs() << "numOperands == " << numOperands << " > " <<
730 for (index = 0; index < numOperands; ++index) {
X86RecognizableInstr.cpp 479 unsigned numOperands = OperandList.size();
481 for (unsigned operandIndex = 0; operandIndex < numOperands; ++operandIndex) {
492 unsigned numOperands = OperandList.size();
494 for (unsigned operandIndex = 0; operandIndex < numOperands; ++operandIndex) {
560 unsigned numOperands = OperandList.size();
569 assert(numOperands < X86_MAX_OPERANDS && "X86_MAX_OPERANDS is not large enough");
571 for (operandIndex = 0; operandIndex < numOperands; ++operandIndex) {
616 // operandIndex should always be < numOperands
    [all...]
  /external/llvm/lib/Target/AMDGPU/
AMDGPUAsmPrinter.cpp 261 unsigned numOperands = MI.getNumOperands();
262 for (unsigned op_idx = 0; op_idx < numOperands; op_idx++) {
331 unsigned numOperands = MI.getNumOperands();
332 for (unsigned op_idx = 0; op_idx < numOperands; op_idx++) {
  /external/swiftshader/third_party/LLVM/tools/edis/
EDMain.cpp 192 return ((EDInst*)inst)->numOperands();
  /external/llvm/utils/TableGen/
X86RecognizableInstr.cpp 518 unsigned numOperands = OperandList.size();
524 assert(numOperands <= X86_MAX_OPERANDS && "X86_MAX_OPERANDS is not large enough");
526 for (unsigned operandIndex = 0; operandIndex < numOperands; ++operandIndex) {
559 // operandIndex should always be < numOperands
    [all...]
  /external/freetype/src/cff/
cffload.c     [all...]
  /external/freetype/src/psaux/
psintrp.c 414 /* Blend numOperands on the stack, */
425 CF2_UInt numOperands = (CF2_UInt)( numBlends * blend->lenBV );
428 base = cf2_stack_count( opStack ) - numOperands;
450 cf2_stack_pop( opStack, numOperands - numBlends );
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
SelectionDAGNodes.h 337 /// NumOperands/NumValues - The number of entries in the Operand/Value list.
338 unsigned short NumOperands, NumValues;
527 unsigned getNumOperands() const { return NumOperands; }
534 assert(Num < NumOperands && "Invalid child # of SDNode!");
540 op_iterator op_end() const { return OperandList+NumOperands; }
683 NumOperands(NumOps), NumValues(VTs.NumVTs),
697 UseList(NULL), NumOperands(0), NumValues(VTs.NumVTs),
704 NumOperands = 1;
715 NumOperands = 2;
729 NumOperands = 3
    [all...]
  /external/llvm/lib/IR/
Core.cpp 884 const unsigned numOperands = N->getNumOperands();
886 for (unsigned i = 0; i < numOperands; i++)
    [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.3/
findbugs-2.0.3.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/3.0.0/
findbugs-3.0.0.jar 

Completed in 262 milliseconds