Searched refs:Inp (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Target/Hexagon/ |
| H A D | HexagonBitSimplify.cpp | 1541 if (!BT.has(Inp.Reg)) in findMatch() 1544 auto *FRC = HBS::getFinalVRegClass(Inp, MRI); in findMatch() 1546 if (!HBS::getSubregMask(Inp, B, W, MRI)) in findMatch() 1557 if (!HBS::isTransparentCopy(R, Inp, MRI)) in findMatch() 1580 if (HBS::isTransparentCopy(Out, Inp, MRI)) in findMatch() 2916 BitTracker::RegisterRef Inp, Out; member 3079 .addReg(G.Inp.Reg) in moveGroup() 3081 RegMap.insert(std::make_pair(G.Inp.Reg, PhiR)); in moveGroup() 3251 G.Inp.Reg = Inputs.find_first(); in processLoop() 3259 << printReg(G.Inp.Reg, HRI, G.Inp.Sub) in processLoop() [all …]
|
| H A D | HexagonISelDAGToDAGHVX.cpp | 672 ResultStack(SDNode *Inp) in ResultStack() 673 : InpNode(Inp), InpTy(Inp->getValueType(0).getSimpleVT()) {} in ResultStack() 1170 OpRef Inp[2] = { Va, Vb }; in packp() local 1179 OpRef Op = Inp[I/2]; in packp()
|
| H A D | HexagonISelDAGToDAG.cpp | 909 SDValue Inp = Op, Res; in SelectInlineAsmMemoryOperand() local 918 if (SelectAddrFI(Inp, Res)) in SelectInlineAsmMemoryOperand() 921 OutOps.push_back(Inp); in SelectInlineAsmMemoryOperand()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | DFAPacketizer.cpp | 57 static DFAInput addDFAFuncUnits(DFAInput Inp, unsigned FuncUnits) { in addDFAFuncUnits() argument 58 return (Inp << DFA_MAX_RESOURCES) | FuncUnits; in addDFAFuncUnits()
|
| /freebsd-12.1/contrib/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerDriver.cpp | 742 for (auto &Inp : *Inputs) { in FuzzerDriver() 743 Printf("Loading corpus dir: %s\n", Inp.c_str()); in FuzzerDriver() 744 ReadDirToVectorOfUnits(Inp.c_str(), &InitialCorpus, nullptr, in FuzzerDriver()
|
| /freebsd-12.1/contrib/llvm/utils/TableGen/ |
| H A D | DFAPacketizerEmitter.cpp | 66 DFAInput addDFAFuncUnits(DFAInput Inp, unsigned FuncUnits) { in addDFAFuncUnits() argument 67 return (Inp << DFA_MAX_RESOURCES) | FuncUnits; in addDFAFuncUnits()
|
| /freebsd-12.1/contrib/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 36264 SDValue Inp = (i == 0) ? Node->getOperand(1) : Node->getOperand(0); in combineAndLoadToBZHI() local 36279 return DAG.getNode(ISD::AND, dl, VT, Inp, LShr); in combineAndLoadToBZHI()
|