Searched refs:Inp (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
| H A D | HexagonBitSimplify.cpp | 1514 bool findMatch(const BitTracker::RegisterRef &Inp, 1546 bool CopyGeneration::findMatch(const BitTracker::RegisterRef &Inp, in findMatch() argument 1548 if (!BT.has(Inp.Reg)) in findMatch() 1550 const BitTracker::RegisterCell &InpRC = BT.lookup(Inp.Reg); in findMatch() 1551 auto *FRC = HBS::getFinalVRegClass(Inp, MRI); in findMatch() 1553 if (!HBS::getSubregMask(Inp, B, W, MRI)) in findMatch() 1564 if (!HBS::isTransparentCopy(R, Inp, MRI)) in findMatch() 1587 if (HBS::isTransparentCopy(Out, Inp, MRI)) in findMatch() 2923 BitTracker::RegisterRef Inp, Out; member 3086 .addReg(G.Inp.Reg) in moveGroup() [all …]
|
| H A D | HexagonISelDAGToDAGHVX.cpp | 672 ResultStack(SDNode *Inp) in ResultStack() 673 : InpNode(Inp), InpTy(Inp->getValueType(0).getSimpleVT()) {} in ResultStack() 1150 OpRef Inp[2] = { Va, Vb }; in packp() local 1159 OpRef Op = Inp[I/2]; in packp()
|
| H A D | HexagonISelDAGToDAG.cpp | 921 SDValue Inp = Op, Res; in SelectInlineAsmMemoryOperand() local 929 if (SelectAddrFI(Inp, Res)) in SelectInlineAsmMemoryOperand() 932 OutOps.push_back(Inp); in SelectInlineAsmMemoryOperand()
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/ |
| H A D | FuzzerDriver.cpp | 746 for (auto &Inp : *Inputs) { in FuzzerDriver() 747 Printf("Loading corpus dir: %s\n", Inp.c_str()); in FuzzerDriver() 748 ReadDirToVectorOfUnits(Inp.c_str(), &InitialCorpus, nullptr, in FuzzerDriver()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 44424 SDValue Inp = (i == 0) ? Node->getOperand(1) : Node->getOperand(0); in combineAndLoadToBZHI() local 44439 return DAG.getNode(ISD::AND, dl, VT, Inp, LShr); in combineAndLoadToBZHI()
|