| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | SipHash.cpp | 28 void llvm::getSipHash_2_4_64(ArrayRef<uint8_t> In, const uint8_t (&K)[16], in getSipHash_2_4_64() 33 void llvm::getSipHash_2_4_128(ArrayRef<uint8_t> In, const uint8_t (&K)[16], in getSipHash_2_4_128()
|
| /freebsd/contrib/llvm-project/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() 3014 bool AMDGPUDAGToDAGISel::SelectVOP3ModsImpl(SDValue In, SDValue &Src, in SelectVOP3ModsImpl() 3042 bool AMDGPUDAGToDAGISel::SelectVOP3Mods(SDValue In, SDValue &Src, in SelectVOP3Mods() 3055 SDValue In, SDValue &Src, SDValue &SrcMods) const { in SelectVOP3ModsNonCanonicalizing() 3066 bool AMDGPUDAGToDAGISel::SelectVOP3BMods(SDValue In, SDValue &Src, in SelectVOP3BMods() 3079 bool AMDGPUDAGToDAGISel::SelectVOP3NoMods(SDValue In, SDValue &Src) const { in SelectVOP3NoMods() 3087 bool AMDGPUDAGToDAGISel::SelectVINTERPModsImpl(SDValue In, SDValue &Src, in SelectVINTERPModsImpl() 3103 bool AMDGPUDAGToDAGISel::SelectVINTERPMods(SDValue In, SDValue &Src, in SelectVINTERPMods() 3108 bool AMDGPUDAGToDAGISel::SelectVINTERPModsHi(SDValue In, SDValue &Src, in SelectVINTERPModsHi() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/LineEditor/ |
| H A D | LineEditor.cpp | 194 LineEditor::LineEditor(StringRef ProgName, StringRef HistoryPath, FILE *In, in LineEditor() 283 FILE *In; member 287 LineEditor::LineEditor(StringRef ProgName, StringRef HistoryPath, FILE *In, in LineEditor()
|
| /freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| H A D | ObjectYAML.cpp | 35 Input &In = (Input &)IO; mapping() local
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-objcopy/ |
| H A D | llvm-objcopy.cpp | 86 static Error executeObjcopyOnIHex(ConfigManager &ConfigMgr, MemoryBuffer &In, in executeObjcopyOnIHex() 100 MemoryBuffer &In, raw_ostream &Out) { in executeObjcopyOnRawBinary()
|
| /freebsd/sys/contrib/dev/acpica/components/resources/ |
| H A D | rsxface.c | 164 #define ACPI_COPY_FIELD(Out, In, Field) ((Out)->Field = (In)->Field) argument 165 #define ACPI_COPY_ADDRESS(Out, In) \ argument
|
| /freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ |
| H A D | Arena.cpp | 122 const Formula *parse(Arena &A, llvm::StringRef &In) { in parse() 202 llvm::Expected<const Formula &> Arena::parseFormula(llvm::StringRef In) { in parseFormula()
|
| /freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ |
| H A D | ObjCopy.cpp | 35 object::Binary &In, raw_ostream &Out) { in executeObjcopyOnBinary()
|
| /freebsd/contrib/llvm-project/llvm/lib/ObjCopy/XCOFF/ |
| H A D | XCOFFObjcopy.cpp | 27 XCOFFObjectFile &In, raw_ostream &Out) { in executeObjcopyOnBinary()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonBlockRanges.cpp | 160 for (auto &In : B) { in InstrIndexMap() local 313 for (auto &In : B) { in computeInitialLiveRanges() local 518 for (auto &In : M.Block) { in operator <<() local
|
| H A D | HexagonGenExtract.cpp | 229 Instruction *In = &*I; in visitBlock() local
|
| /freebsd/contrib/llvm-project/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()
|
| /freebsd/sys/contrib/dev/acpica/components/utilities/ |
| H A D | utmisc.c | 256 } In; in AcpiUtDwordByteSwap() local
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/ |
| H A D | BitcastBuffer.cpp | 20 void BitcastBuffer::pushData(const std::byte *In, Bits BitOffset, Bits BitWidth, in pushData()
|
| /freebsd/contrib/llvm-project/clang/lib/Testing/ |
| H A D | TestAST.cpp | 77 TestAST::TestAST(const TestInputs &In) { in TestAST()
|
| /freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | SymbolManager.h | 297 SymbolCast(SymbolID Sym, const SymExpr *In, QualType From, QualType To) in SymbolCast() 320 const SymExpr *In, QualType From, QualType To) { in Profile() 344 UnarySymExpr(SymbolID Sym, const SymExpr *In, UnaryOperator::Opcode Op, in UnarySymExpr() 370 static void Profile(llvm::FoldingSetNodeID &ID, const SymExpr *In, in Profile()
|
| /freebsd/contrib/llvm-project/llvm/lib/ObjCopy/MachO/ |
| H A D | MachOObjcopy.cpp | 488 object::MachOObjectFile &In, in executeObjcopyOnBinary() 524 const MultiFormatConfig &Config, const MachOUniversalBinary &In, in executeObjcopyOnMachOUniversalBinary()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | UnifyLoopExits.cpp | 124 for (auto *In : Incoming) { in INITIALIZE_PASS_DEPENDENCY() local
|
| /freebsd/contrib/llvm-project/llvm/lib/ObjCopy/wasm/ |
| H A D | WasmObjcopy.cpp | 146 object::WasmObjectFile &In, raw_ostream &Out) { in executeObjcopyOnBinary()
|
| /freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/ |
| H A D | ELFObjcopy.cpp | 1048 MemoryBuffer &In, raw_ostream &Out) { in executeObjcopyOnIHex() 1063 MemoryBuffer &In, in executeObjcopyOnRawBinary() 1081 object::ELFObjectFileBase &In, in executeObjcopyOnBinary()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | RDFGraph.cpp | 588 bool TargetOperandInfo::isPreserving(const MachineInstr &In, in isPreserving() 594 bool TargetOperandInfo::isClobbering(const MachineInstr &In, in isClobbering() 607 bool TargetOperandInfo::isFixedReg(const MachineInstr &In, in isFixedReg() 1247 void DataFlowGraph::buildStmt(Block BA, MachineInstr &In) { in buildStmt() 1250 auto isCall = [](const MachineInstr &In) -> bool { in buildStmt() 1267 auto isDefUndef = [this](const MachineInstr &In, RegisterRef DR) -> bool { in buildStmt()
|
| /freebsd/contrib/llvm-project/llvm/lib/Option/ |
| H A D | OptTable.cpp | 177 const OptTable::Info &In, StringRef Option) { in optionMatches() 193 const Info &In = OptionInfos[I]; in suggestValueCompletions() local 214 const Info &In = OptionInfos[I]; in findByPrefix() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | VPlanPredicator.cpp | 243 for (unsigned In = 0; In < NumIncoming; In++) { in convertPhisToBlends() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyMachineFunctionInfo.cpp | 109 void llvm::valTypesFromMVTs(ArrayRef<MVT> In, in valTypesFromMVTs()
|
| H A D | WebAssemblyFastISel.cpp | 1014 Register In = getRegForValue(Op); in selectZExt() local 1031 Register In = getRegForValue(Op); in selectSExt() local 1177 Register In = getRegForValue(I->getOperand(0)); in selectBitCast() local
|