/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | SipHash.cpp | 157 void llvm::getSipHash_2_4_64(ArrayRef<uint8_t> In, const uint8_t (&K)[16], in getSipHash_2_4_64() 162 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 | 53 static bool isExtractHiElt(SDValue In, SDValue &Out) { in isExtractHiElt() 83 static SDValue stripExtractLoElt(SDValue In) { in stripExtractLoElt() 2852 bool AMDGPUDAGToDAGISel::SelectVOP3ModsImpl(SDValue In, SDValue &Src, in SelectVOP3ModsImpl() 2880 bool AMDGPUDAGToDAGISel::SelectVOP3Mods(SDValue In, SDValue &Src, in SelectVOP3Mods() 2893 SDValue In, SDValue &Src, SDValue &SrcMods) const { in SelectVOP3ModsNonCanonicalizing() 2904 bool AMDGPUDAGToDAGISel::SelectVOP3BMods(SDValue In, SDValue &Src, in SelectVOP3BMods() 2917 bool AMDGPUDAGToDAGISel::SelectVOP3NoMods(SDValue In, SDValue &Src) const { in SelectVOP3NoMods() 2925 bool AMDGPUDAGToDAGISel::SelectVINTERPModsImpl(SDValue In, SDValue &Src, in SelectVINTERPModsImpl() 2941 bool AMDGPUDAGToDAGISel::SelectVINTERPMods(SDValue In, SDValue &Src, in SelectVINTERPMods() 2946 bool AMDGPUDAGToDAGISel::SelectVINTERPModsHi(SDValue In, SDValue &Src, in SelectVINTERPModsHi() [all …]
|
H A D | AMDGPUGlobalISelDivergenceLowering.cpp | 183 void DivergenceLoweringHelper::constrainAsLaneMask(Incoming &In) { in constrainAsLaneMask()
|
/freebsd/contrib/llvm-project/llvm/lib/LineEditor/ |
H A D | LineEditor.cpp | 193 LineEditor::LineEditor(StringRef ProgName, StringRef HistoryPath, FILE *In, in LineEditor() argument 277 FILE *In; member 281 LineEditor::LineEditor(StringRef ProgName, StringRef HistoryPath, FILE *In, in LineEditor() argument
|
/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 | 100 static Error executeObjcopyOnIHex(ConfigManager &ConfigMgr, MemoryBuffer &In, in executeObjcopyOnIHex() 114 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/llvm/lib/ObjCopy/ |
H A D | ObjCopy.cpp | 39 object::Binary &In, raw_ostream &Out) { in executeObjcopyOnBinary()
|
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/XCOFF/ |
H A D | XCOFFObjcopy.cpp | 28 XCOFFObjectFile &In, raw_ostream &Out) { in executeObjcopyOnBinary()
|
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | SymbolManager.h | 289 SymbolCast(const SymExpr *In, QualType From, QualType To) in SymbolCast() 311 const SymExpr *In, QualType From, QualType To) { in Profile() 335 UnarySymExpr(const SymExpr *In, UnaryOperator::Opcode Op, QualType T) in UnarySymExpr() 359 static void Profile(llvm::FoldingSetNodeID &ID, const SymExpr *In, in Profile()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonBlockRanges.cpp | 161 for (auto &In : B) { in InstrIndexMap() local 314 for (auto &In : B) { in computeInitialLiveRanges() local 519 for (auto &In : M.Block) { in operator <<() local
|
H A D | HexagonGenExtract.cpp | 241 Instruction *In = &*I; in visitBlock() local
|
H A D | HexagonLoopIdiomRecognition.cpp | 987 Instruction *In = dyn_cast<Instruction>(Val); in isPromotableTo() local 1012 void PolynomialMultiplyRecognize::promoteTo(Instruction *In, in promoteTo() 1094 [](Instruction &In) { return &In; }); in promoteTypes() 1125 bool PolynomialMultiplyRecognize::findCycle(Value *Out, Value *In, in findCycle() 2161 if (Instruction *In = dyn_cast<Instruction>(NumBytes)) in processCopyingStore() local 2271 if (Instruction *In = dyn_cast<Instruction>(NumWords)) in processCopyingStore() local 2316 Instruction *In = Worklist[i]; in coverLoop() 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/Testing/ |
H A D | TestAST.cpp | 77 TestAST::TestAST(const TestInputs &In) { in TestAST()
|
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/ |
H A D | ELFObjcopy.cpp | 890 MemoryBuffer &In, raw_ostream &Out) { in executeObjcopyOnIHex() 905 MemoryBuffer &In, in executeObjcopyOnRawBinary() 923 object::ELFObjectFileBase &In, in executeObjcopyOnBinary()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | UnifyLoopExits.cpp | 123 for (auto *In : Incoming) { in INITIALIZE_PASS_DEPENDENCY() local
|
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/MachO/ |
H A D | MachOObjcopy.cpp | 478 MachOWriter Writer(**O, In.is64Bit(), In.isLittleEndian(), in executeObjcopyOnMachOUniversalBinary() argument 442 executeObjcopyOnBinary(const CommonConfig & Config,const MachOConfig & MachOConfig,object::MachOObjectFile & In,raw_ostream & Out) executeObjcopyOnBinary() argument
|
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/wasm/ |
H A D | WasmObjcopy.cpp | 145 object::WasmObjectFile &In, raw_ostream &Out) { in executeObjcopyOnBinary() argument
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | RDFGraph.cpp | 589 bool TargetOperandInfo::isPreserving(const MachineInstr &In, in isPreserving() 595 bool TargetOperandInfo::isClobbering(const MachineInstr &In, in isClobbering() 608 bool TargetOperandInfo::isFixedReg(const MachineInstr &In, in isFixedReg() 1245 void DataFlowGraph::buildStmt(Block BA, MachineInstr &In) { in buildStmt() 1248 auto isCall = [](const MachineInstr &In) -> bool { in buildStmt() 1265 auto isDefUndef = [this](const MachineInstr &In, RegisterRef DR) -> bool { in buildStmt()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/Utils/ |
H A D | AArch64SMEAttributes.h | 31 In = 1, // aarch64_in_zt0 enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/ |
H A D | DXILPrepare.cpp | 194 Value *In = I.getOperand(0); in runOnModule() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyFastISel.cpp | 1005 Register In = getRegForValue(Op); in selectZExt() local 1022 Register In = getRegForValue(Op); in selectSExt() local 1168 Register In = getRegForValue(I->getOperand(0)); in selectBitCast() local
|
/freebsd/contrib/llvm-project/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 212 const Info &In = OptionInfos[I]; in findByPrefix() local
|