Home
last modified time | relevance | path

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

1234

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
HDSipHash.cpp157 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-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDAMDGPUISelDAGToDAG.cpp53 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 …]
HDAMDGPUGlobalISelDivergenceLowering.cpp183 void DivergenceLoweringHelper::constrainAsLaneMask(Incoming &In) { in constrainAsLaneMask()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/LineEditor/
HDLineEditor.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()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
HDObjectYAML.cpp37 Input &In = (Input &)IO; in mapping() local
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/
HDllvm-objcopy.cpp100 static Error executeObjcopyOnIHex(ConfigManager &ConfigMgr, MemoryBuffer &In, in executeObjcopyOnIHex()
114 MemoryBuffer &In, raw_ostream &Out) { in executeObjcopyOnRawBinary()
/freebsd-13-stable/sys/contrib/dev/acpica/components/resources/
HDrsxface.c164 #define ACPI_COPY_FIELD(Out, In, Field) ((Out)->Field = (In)->Field) argument
165 #define ACPI_COPY_ADDRESS(Out, In) \ argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
HDArena.cpp122 const Formula *parse(Arena &A, llvm::StringRef &In) { in parse()
202 llvm::Expected<const Formula &> Arena::parseFormula(llvm::StringRef In) { in parseFormula()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ObjCopy/XCOFF/
HDXCOFFObjcopy.cpp28 XCOFFObjectFile &In, raw_ostream &Out) { in executeObjcopyOnBinary()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ObjCopy/
HDObjCopy.cpp39 object::Binary &In, raw_ostream &Out) { in executeObjcopyOnBinary()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
HDSymbolManager.h289 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-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
HDHexagonBlockRanges.cpp161 for (auto &In : B) { in InstrIndexMap() local
314 for (auto &In : B) { in computeInitialLiveRanges() local
519 for (auto &In : M.Block) { in operator <<() local
HDHexagonGenExtract.cpp241 Instruction *In = &*I; in visitBlock() local
/freebsd-13-stable/sys/contrib/dev/acpica/components/utilities/
HDutmisc.c256 } In; in AcpiUtDwordByteSwap() local
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/gwp_asan/
HDstack_trace_compressor.cpp35 size_t varIntDecode(const uint8_t *In, size_t InLen, uintptr_t *Out) { in varIntDecode()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Testing/
HDTestAST.cpp77 TestAST::TestAST(const TestInputs &In) { in TestAST()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
HDELFObjcopy.cpp890 MemoryBuffer &In, raw_ostream &Out) { in executeObjcopyOnIHex()
905 MemoryBuffer &In, in executeObjcopyOnRawBinary()
923 object::ELFObjectFileBase &In, in executeObjcopyOnBinary()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
HDMachOObjcopy.cpp450 object::MachOObjectFile &In, in executeObjcopyOnBinary()
486 const MultiFormatConfig &Config, const MachOUniversalBinary &In, in executeObjcopyOnMachOUniversalBinary()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDUnifyLoopExits.cpp123 for (auto *In : Incoming) { in INITIALIZE_PASS_DEPENDENCY() local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ObjCopy/wasm/
HDWasmObjcopy.cpp145 object::WasmObjectFile &In, raw_ostream &Out) { in executeObjcopyOnBinary()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDRDFGraph.cpp589 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-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/Utils/
HDAArch64SMEAttributes.h31 In = 1, // aarch64_in_zt0 enumerator
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/DirectX/
HDDXILPrepare.cpp194 Value *In = I.getOperand(0); in runOnModule() local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
HDWebAssemblyFastISel.cpp1005 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-13-stable/contrib/llvm-project/llvm/lib/Option/
HDOptTable.cpp176 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

1234