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

  /external/llvm/include/llvm/Bitcode/
LLVMBitCodes.h 155 CST_CODE_CE_BINOP = 10, // CE_BINOP: [opcode, opval, opval]
156 CST_CODE_CE_CAST = 11, // CE_CAST: [opcode, opty, opval]
158 CST_CODE_CE_SELECT = 13, // CE_SELECT: [opval, opval, opval]
159 CST_CODE_CE_EXTRACTELT = 14, // CE_EXTRACTELT: [opty, opval, opval]
160 CST_CODE_CE_INSERTELT = 15, // CE_INSERTELT: [opval, opval, opval
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcInstrFormats.td 78 class F3_1<bits<2> opVal, bits<6> op3val, dag outs, dag ins,
83 let op = opVal;
91 class F3_2<bits<2> opVal, bits<6> op3val, dag outs, dag ins,
95 let op = opVal;
103 class F3_3<bits<2> opVal, bits<6> op3val, bits<9> opfval, dag outs, dag ins,
107 let op = opVal;
  /external/llvm/lib/Analysis/
PHITransAddr.cpp 385 Value *OpVal = InsertPHITranslatedSubExpr(Cast->getOperand(0),
387 if (OpVal == 0) return 0;
391 OpVal, InVal->getType(),
403 Value *OpVal = InsertPHITranslatedSubExpr(GEP->getOperand(i),
405 if (OpVal == 0) return 0;
406 GEPOps.push_back(OpVal);
427 Value *OpVal = InsertPHITranslatedSubExpr(Inst->getOperand(0),
429 if (OpVal == 0) return 0;
431 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);
  /external/llvm/lib/Target/CellSPU/
SPUOperands.td 30 SDValue OpVal(0, 0);
39 OpVal.getNode() == 0 && i != e; ++i) {
41 if (OpVal.getNode() == 0)
42 OpVal = N->getOperand(i);
45 assert(OpVal.getNode() != 0 && "LO16_vec did not locate a <defined> node");
46 ConstantSDNode *CN = cast<ConstantSDNode>(OpVal);
58 SDValue OpVal(0, 0);
65 OpVal.getNode() == 0 && i != e; ++i) {
67 if (OpVal.getNode() == 0)
68 OpVal = N->getOperand(i)
    [all...]
SPUISelLowering.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp     [all...]
  /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/Utils/
AddrModeMatcher.cpp 378 /// IsOperandAMemoryOperand - Check to see if all uses of OpVal by the specified
381 static bool IsOperandAMemoryOperand(CallInst *CI, InlineAsm *IA, Value *OpVal,
392 if (OpInfo.CallOperandVal == OpVal &&
  /external/llvm/lib/Transforms/InstCombine/
InstCombinePHI.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
CodeGenPrepare.cpp     [all...]
SCCP.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 668 SDValue OpVal(0, 0);
729 if (OpVal.getNode() == 0)
730 OpVal = N->getOperand(i);
731 else if (OpVal != N->getOperand(i))
735 if (OpVal.getNode() == 0) return SDValue(); // All UNDEF: use implicit def.
739 if (ConstantSDNode *CN = dyn_cast<ConstantSDNode>(OpVal)) {
741 } else if (ConstantFPSDNode *CN = dyn_cast<ConstantFPSDNode>(OpVal)) {
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]
SelectionDAG.cpp     [all...]
DAGCombiner.cpp     [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp     [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp     [all...]
  /external/llvm/docs/
WritingAnLLVMBackend.html     [all...]
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 

Completed in 1661 milliseconds