/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUISelDAGToDAG.cpp | 51 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 D | LineEditor.cpp | 193 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 D | llvm-objcopy.cpp | 101 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 D | ObjectYAML.cpp | 35 Input &In = (Input &)IO; in mapping() local
|
/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/ |
H A D | ObjCopy.cpp | 39 object::Binary &In, raw_ostream &Out) { in executeObjcopyOnBinary()
|
/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/XCOFF/ |
H A D | XCOFFObjcopy.cpp | 28 XCOFFObjectFile &In, raw_ostream &Out) { in executeObjcopyOnBinary()
|
/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | SymbolManager.h | 288 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 D | HexagonBlockRanges.cpp | 161 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 D | HexagonVectorCombine.cpp | 421 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 D | HexagonGenExtract.cpp | 241 Instruction *In = &*I; in visitBlock() local
|
H A D | HexagonLoopIdiomRecognition.cpp | 993 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 D | DependencyInfo.h | 57 for (const auto &In : InputNames) in write() local
|
/openbsd-src/gnu/usr.bin/perl/t/re/ |
H A D | regexp_unicode_prop.t | 527 sub In::foo { die } subroutine
|
/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/ELF/ |
H A D | ELFObjcopy.cpp | 771 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 D | OptTable.cpp | 176 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 D | stack_trace_compressor.cpp | 35 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 D | DXILPrepare.cpp | 123 Value *In = I.getOperand(0); in runOnModule() local
|
/openbsd-src/gnu/llvm/clang/lib/Testing/ |
H A D | TestAST.cpp | 75 TestAST::TestAST(const TestInputs &In) { in TestAST()
|
/openbsd-src/gnu/llvm/compiler-rt/lib/fuzzer/dataflow/ |
H A D | DataFlow.cpp | 165 FILE *In = fopen(Input, "r"); in main() local
|
/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/MachO/ |
H A D | MachOObjcopy.cpp | 439 object::MachOObjectFile &In, in executeObjcopyOnBinary() 475 const MultiFormatConfig &Config, const MachOUniversalBinary &In, in executeObjcopyOnMachOUniversalBinary()
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
H A D | RDFGraph.cpp | 596 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 D | UnifyLoopExits.cpp | 126 for (auto *In : Incoming) { in INITIALIZE_PASS_DEPENDENCY() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyFastISel.cpp | 998 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 D | WasmObjcopy.cpp | 145 object::WasmObjectFile &In, raw_ostream &Out) { in executeObjcopyOnBinary()
|
/openbsd-src/gnu/llvm/libcxx/benchmarks/ |
H A D | filesystem.bench.cpp | 151 auto In = gen(st.range(0), PathLen); in BM_LexicallyNormal() local
|