Home
last modified time | relevance | path

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

1234

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DSipHash.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/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelDAGToDAG.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 …]
H A DAMDGPUGlobalISelDivergenceLowering.cpp183 void DivergenceLoweringHelper::constrainAsLaneMask(Incoming &In) { in constrainAsLaneMask()
/freebsd/contrib/llvm-project/llvm/lib/LineEditor/
H A DLineEditor.cpp193 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 DObjectYAML.cpp35 Input &In = (Input &)IO; mapping() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A Dllvm-objcopy.cpp100 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 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/llvm/lib/ObjCopy/
H A DObjCopy.cpp39 object::Binary &In, raw_ostream &Out) { in executeObjcopyOnBinary()
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/XCOFF/
H A DXCOFFObjcopy.cpp28 XCOFFObjectFile &In, raw_ostream &Out) { in executeObjcopyOnBinary()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSymbolManager.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/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonBlockRanges.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
H A DHexagonGenExtract.cpp241 Instruction *In = &*I; in visitBlock() local
H A DHexagonLoopIdiomRecognition.cpp987 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 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/Testing/
H A DTestAST.cpp77 TestAST::TestAST(const TestInputs &In) { in TestAST()
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObjcopy.cpp890 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 DUnifyLoopExits.cpp123 for (auto *In : Incoming) { in INITIALIZE_PASS_DEPENDENCY() local
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOObjcopy.cpp478 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 DWasmObjcopy.cpp145 object::WasmObjectFile &In, raw_ostream &Out) { in executeObjcopyOnBinary() argument
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRDFGraph.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/contrib/llvm-project/llvm/lib/Target/AArch64/Utils/
H A DAArch64SMEAttributes.h31 In = 1, // aarch64_in_zt0 enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILPrepare.cpp194 Value *In = I.getOperand(0); in runOnModule() local
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.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/contrib/llvm-project/llvm/lib/Option/
H A DOptTable.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