HomeSort by relevance Sort by last modified time
    Searched full:opval (Results 1 - 22 of 22) sorted by null

  /external/llvm/include/llvm/Bitcode/
LLVMBitCodes.h 163 CST_CODE_CE_BINOP = 10, // CE_BINOP: [opcode, opval, opval]
164 CST_CODE_CE_CAST = 11, // CE_CAST: [opcode, opty, opval]
166 CST_CODE_CE_SELECT = 13, // CE_SELECT: [opval, opval, opval]
167 CST_CODE_CE_EXTRACTELT = 14, // CE_EXTRACTELT: [opty, opval, opval]
168 CST_CODE_CE_INSERTELT = 15, // CE_INSERTELT: [opval, opval, opval
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcInstrFormats.td 79 class F3_1<bits<2> opVal, bits<6> op3val, dag outs, dag ins,
84 let op = opVal;
92 class F3_2<bits<2> opVal, bits<6> op3val, dag outs, dag ins,
96 let op = opVal;
104 class F3_3<bits<2> opVal, bits<6> op3val, bits<9> opfval, dag outs, dag ins,
108 let op = opVal;
116 class F3_Sr<bits<2> opVal, bits<6> op3val, bit xVal, dag outs, dag ins,
121 let op = opVal;
130 class F3_Si<bits<2> opVal, bits<6> op3val, bit xVal, dag outs, dag ins,
135 let op = opVal;
    [all...]
  /external/llvm/lib/Analysis/
PHITransAddr.cpp 386 Value *OpVal = InsertPHITranslatedSubExpr(Cast->getOperand(0),
388 if (OpVal == 0) return 0;
392 OpVal, InVal->getType(),
404 Value *OpVal = InsertPHITranslatedSubExpr(GEP->getOperand(i),
406 if (OpVal == 0) return 0;
407 GEPOps.push_back(OpVal);
428 Value *OpVal = InsertPHITranslatedSubExpr(Inst->getOperand(0),
430 if (OpVal == 0) return 0;
432 BinaryOperator *Res = BinaryOperator::CreateAdd(OpVal, Inst->getOperand(1),
SparsePropagation.cpp 263 LatticeVal OpVal = getOrInitValueState(PN.getIncomingValue(i));
264 if (OpVal != PNIV)
265 PNIV = LatticeFunc->MergeValues(PNIV, OpVal);
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp     [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/asn1/
tasn_dec.c 922 ASN1_VALUE **opval = NULL; local
947 opval = pval;
1076 if (opval)
1077 *opval = NULL;
  /external/openssl/crypto/asn1/
tasn_dec.c 922 ASN1_VALUE **opval = NULL; local
947 opval = pval;
1076 if (opval)
1077 *opval = NULL;
  /external/llvm/lib/Transforms/InstCombine/
InstCombinePHI.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
CodeGenPrepare.cpp     [all...]
SCCP.cpp 820 Value *OpVal = CondCB->isZero() ? I.getFalseValue() : I.getTrueValue();
821 mergeInValue(&I, getValueState(OpVal));
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]
SelectionDAG.cpp     [all...]
DAGCombiner.cpp     [all...]
  /external/llvm/docs/
WritingAnLLVMBackend.rst     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp     [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp     [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp     [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp     [all...]
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 

Completed in 1707 milliseconds