Home
last modified time | relevance | path

Searched refs:Inp (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonBitSimplify.cpp1514 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 DHexagonISelDAGToDAGHVX.cpp672 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 DHexagonISelDAGToDAG.cpp921 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 DFuzzerDriver.cpp746 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 DX86ISelLowering.cpp44424 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()