Home
last modified time | relevance | path

Searched defs:In (Results 1 – 25 of 85) sorted by relevance

1234

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelDAGToDAG.cpp51 static bool isExtractHiElt(SDValue In, SDValue &Out) { in isExtractHiElt()
81 static SDValue stripExtractLoElt(SDValue In) { in stripExtractLoElt()
2592 bool AMDGPUDAGToDAGISel::SelectVOP3ModsImpl(SDValue In, SDValue &Src, in SelectVOP3ModsImpl()
2611 bool AMDGPUDAGToDAGISel::SelectVOP3Mods(SDValue In, SDValue &Src, in SelectVOP3Mods()
2622 bool AMDGPUDAGToDAGISel::SelectVOP3BMods(SDValue In, SDValue &Src, in SelectVOP3BMods()
2633 bool AMDGPUDAGToDAGISel::SelectVOP3NoMods(SDValue In, SDValue &Src) const { in SelectVOP3NoMods()
2641 bool AMDGPUDAGToDAGISel::SelectVINTERPModsImpl(SDValue In, SDValue &Src, in SelectVINTERPModsImpl()
2655 bool AMDGPUDAGToDAGISel::SelectVINTERPMods(SDValue In, SDValue &Src, in SelectVINTERPMods()
2660 bool AMDGPUDAGToDAGISel::SelectVINTERPModsHi(SDValue In, SDValue &Src, in SelectVINTERPModsHi()
2665 bool AMDGPUDAGToDAGISel::SelectVOP3Mods0(SDValue In, SDValue &Src, in SelectVOP3Mods0()
[all …]
/openbsd-src/gnu/llvm/llvm/lib/LineEditor/
H A DLineEditor.cpp193 LineEditor::LineEditor(StringRef ProgName, StringRef HistoryPath, FILE *In, in LineEditor()
277 FILE *In; member
281 LineEditor::LineEditor(StringRef ProgName, StringRef HistoryPath, FILE *In, in LineEditor()
/openbsd-src/gnu/llvm/llvm/tools/llvm-objcopy/
H A Dllvm-objcopy.cpp101 static Error executeObjcopyOnIHex(ConfigManager &ConfigMgr, MemoryBuffer &In, in executeObjcopyOnIHex()
115 MemoryBuffer &In, raw_ostream &Out) { in executeObjcopyOnRawBinary()
/openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/
H A DObjectYAML.cpp35 Input &In = (Input &)IO; in mapping() local
/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/
H A DObjCopy.cpp39 object::Binary &In, raw_ostream &Out) { in executeObjcopyOnBinary()
/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/XCOFF/
H A DXCOFFObjcopy.cpp28 XCOFFObjectFile &In, raw_ostream &Out) { in executeObjcopyOnBinary()
/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSymbolManager.h288 SymbolCast(const SymExpr *In, QualType From, QualType To) in SymbolCast()
310 const SymExpr *In, QualType From, QualType To) { in Profile()
334 UnarySymExpr(const SymExpr *In, UnaryOperator::Opcode Op, QualType T) in UnarySymExpr()
358 static void Profile(llvm::FoldingSetNodeID &ID, const SymExpr *In, in Profile()
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonBlockRanges.cpp161 for (auto &In : B) { in InstrIndexMap() local
315 for (auto &In : B) { in computeInitialLiveRanges() local
522 for (auto &In : M.Block) { in operator <<() local
H A DHexagonVectorCombine.cpp421 template <typename T> T *isCandidate(Instruction *In) { in isCandidate()
424 template <> LoadInst *isCandidate<LoadInst>(Instruction *In) { in isCandidate()
427 template <> StoreInst *isCandidate<StoreInst>(Instruction *In) { in isCandidate()
532 if (auto *In = dyn_cast<Instruction>(Val)) { in getPayload() local
619 auto AlignVectors::getUpwardDeps(Instruction *In, Instruction *Base) const in getUpwardDeps()
906 auto moveBefore = [this](Instruction *In, Instruction *To) { in realignLoadGroup()
1303 auto HvxIdioms::processFxpMul(Instruction &In, const FxpOp &Op) const in processFxpMul()
1395 auto HvxIdioms::processFxpMulChopped(IRBuilderBase &Builder, Instruction &In, in processFxpMulChopped()
1872 if (auto *In = dyn_cast<Instruction>(V)) { in simplify() local
2393 auto HexagonVectorCombine::isSafeToMoveBeforeInBB(const Instruction &In, in isSafeToMoveBeforeInBB()
H A DHexagonGenExtract.cpp241 Instruction *In = &*I; in visitBlock() local
H A DHexagonLoopIdiomRecognition.cpp993 Instruction *In = dyn_cast<Instruction>(Val); in isPromotableTo() local
1018 void PolynomialMultiplyRecognize::promoteTo(Instruction *In, in promoteTo()
1100 [](Instruction &In) { return &In; }); in promoteTypes()
1131 bool PolynomialMultiplyRecognize::findCycle(Value *Out, Value *In, in findCycle()
2167 if (Instruction *In = dyn_cast<Instruction>(NumBytes)) in processCopyingStore() local
2277 if (Instruction *In = dyn_cast<Instruction>(NumWords)) in processCopyingStore() local
2327 Instruction *In = Worklist[i]; in coverLoop() local
/openbsd-src/gnu/llvm/llvm/tools/llvm-libtool-darwin/
H A DDependencyInfo.h57 for (const auto &In : InputNames) in write() local
/openbsd-src/gnu/usr.bin/perl/t/re/
H A Dregexp_unicode_prop.t527 sub In::foo { die } subroutine
/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/ELF/
H A DELFObjcopy.cpp771 MemoryBuffer &In, raw_ostream &Out) { in executeObjcopyOnIHex()
786 MemoryBuffer &In, in executeObjcopyOnRawBinary()
804 object::ELFObjectFileBase &In, in executeObjcopyOnBinary()
/openbsd-src/gnu/llvm/llvm/lib/Option/
H A DOptTable.cpp176 static bool optionMatches(const OptTable::Info &In, StringRef Option) { in optionMatches()
191 const Info &In = OptionInfos[I]; in suggestValueCompletions() local
211 const Info &In = OptionInfos[I]; in findByPrefix() local
/openbsd-src/gnu/llvm/compiler-rt/lib/gwp_asan/
H A Dstack_trace_compressor.cpp35 size_t varIntDecode(const uint8_t *In, size_t InLen, uintptr_t *Out) { in varIntDecode()
/openbsd-src/gnu/llvm/llvm/lib/Target/DirectX/
H A DDXILPrepare.cpp123 Value *In = I.getOperand(0); in runOnModule() local
/openbsd-src/gnu/llvm/clang/lib/Testing/
H A DTestAST.cpp75 TestAST::TestAST(const TestInputs &In) { in TestAST()
/openbsd-src/gnu/llvm/compiler-rt/lib/fuzzer/dataflow/
H A DDataFlow.cpp165 FILE *In = fopen(Input, "r"); in main() local
/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/MachO/
H A DMachOObjcopy.cpp439 object::MachOObjectFile &In, in executeObjcopyOnBinary()
475 const MultiFormatConfig &Config, const MachOUniversalBinary &In, in executeObjcopyOnMachOUniversalBinary()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DRDFGraph.cpp596 bool TargetOperandInfo::isPreserving(const MachineInstr &In, unsigned OpNum) in isPreserving() argument
602 bool TargetOperandInfo::isClobbering(const MachineInstr &In, unsigned OpNum) in isClobbering() argument
615 bool TargetOperandInfo::isFixedReg(const MachineInstr &In, unsigned OpNum) in isFixedReg() argument
1234 void DataFlowGraph::buildStmt(NodeAddr<BlockNode*> BA, MachineInstr &In) { in buildStmt()
1237 auto isCall = [] (const MachineInstr &In) -> bool { in buildStmt()
1254 auto isDefUndef = [this] (const MachineInstr &In, RegisterRef DR) -> bool { in buildStmt()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DUnifyLoopExits.cpp126 for (auto *In : Incoming) { in INITIALIZE_PASS_DEPENDENCY() local
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp998 Register In = getRegForValue(Op); in selectZExt() local
1015 Register In = getRegForValue(Op); in selectSExt() local
1161 Register In = getRegForValue(I->getOperand(0)); in selectBitCast() local
/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/wasm/
H A DWasmObjcopy.cpp145 object::WasmObjectFile &In, raw_ostream &Out) { in executeObjcopyOnBinary()
/openbsd-src/gnu/llvm/libcxx/benchmarks/
H A Dfilesystem.bench.cpp151 auto In = gen(st.range(0), PathLen); in BM_LexicallyNormal() local

1234