Home
last modified time | relevance | path

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

12345

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DSipHash.cpp28 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 DAMDGPUISelDAGToDAG.cpp51 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 DLineEditor.cpp194 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 DObjectYAML.cpp35 Input &In = (Input &)IO; mapping() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A Dllvm-objcopy.cpp86 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 Drsxface.c164 #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 DArena.cpp122 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 DObjCopy.cpp35 object::Binary &In, raw_ostream &Out) { in executeObjcopyOnBinary()
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/XCOFF/
H A DXCOFFObjcopy.cpp27 XCOFFObjectFile &In, raw_ostream &Out) { in executeObjcopyOnBinary()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonBlockRanges.cpp160 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 DHexagonGenExtract.cpp229 Instruction *In = &*I; in visitBlock() local
/freebsd/contrib/llvm-project/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()
/freebsd/sys/contrib/dev/acpica/components/utilities/
H A Dutmisc.c256 } In; in AcpiUtDwordByteSwap() local
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DBitcastBuffer.cpp20 void BitcastBuffer::pushData(const std::byte *In, Bits BitOffset, Bits BitWidth, in pushData()
/freebsd/contrib/llvm-project/clang/lib/Testing/
H A DTestAST.cpp77 TestAST::TestAST(const TestInputs &In) { in TestAST()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSymbolManager.h297 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 DMachOObjcopy.cpp488 object::MachOObjectFile &In, in executeObjcopyOnBinary()
524 const MultiFormatConfig &Config, const MachOUniversalBinary &In, in executeObjcopyOnMachOUniversalBinary()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DUnifyLoopExits.cpp124 for (auto *In : Incoming) { in INITIALIZE_PASS_DEPENDENCY() local
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/wasm/
H A DWasmObjcopy.cpp146 object::WasmObjectFile &In, raw_ostream &Out) { in executeObjcopyOnBinary()
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObjcopy.cpp1048 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 DRDFGraph.cpp588 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 DOptTable.cpp177 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 DVPlanPredicator.cpp243 for (unsigned In = 0; In < NumIncoming; In++) { in convertPhisToBlends() local
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyMachineFunctionInfo.cpp109 void llvm::valTypesFromMVTs(ArrayRef<MVT> In, in valTypesFromMVTs()
H A DWebAssemblyFastISel.cpp1014 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

12345