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

  /external/llvm/utils/TableGen/
CodeGenInstruction.cpp 579 for (unsigned SubOp = 0; SubOp != NumSubOps; ++SubOp) {
580 Record *SubRec = cast<DefInit>(MIOI->getArg(SubOp))->getDef();
586 MIOI->getArgName(SubOp), SubRec));
587 ResultInstOperandIndex.push_back(std::make_pair(i, SubOp));
598 for (unsigned SubOp = 0; SubOp != NumSubOps; ++SubOp) {
601 Record *SubRec = cast<DefInit>(MIOI->getArg(SubOp))->getDef()
    [all...]
SetTheory.cpp 36 struct SubOp : public SetTheory::Operator {
247 addOperator("sub", new SubOp);
  /external/llvm/lib/Transforms/InstCombine/
InstCombineSelect.cpp     [all...]
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp     [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp     [all...]

Completed in 75 milliseconds