Home
last modified time | relevance | path

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

1234

/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DObjectYAML.cpp37 Input &In = (Input &)IO; in mapping() local
/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()
2815 bool AMDGPUDAGToDAGISel::SelectVOP3Mods(SDValue In, SDValue &Src, in SelectVOP3Mods()
2828 SDValue In, SDValue &Src, SDValue &SrcMods) const { in SelectVOP3ModsNonCanonicalizing()
2839 bool AMDGPUDAGToDAGISel::SelectVOP3BMods(SDValue In, SDValue &Src, in SelectVOP3BMods()
2886 bool AMDGPUDAGToDAGISel::SelectVOP3Mods0(SDValue In, SDValue &Src, in SelectVOP3Mods0()
2896 bool AMDGPUDAGToDAGISel::SelectVOP3BMods0(SDValue In, SDValue &Src, in SelectVOP3BMods0()
2906 bool AMDGPUDAGToDAGISel::SelectVOP3OMods(SDValue In, SDValue &Src, in SelectVOP3OMods()
2917 bool AMDGPUDAGToDAGISel::SelectVOP3PMods(SDValue In, SDValue &Src, in SelectVOP3PMods()
3037 bool AMDGPUDAGToDAGISel::SelectWMMAOpSelVOP3PMods(SDValue In, in SelectWMMAOpSelVOP3PMods()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/LineEditor/
H A DLineEditor.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/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/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.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.cpp993 Instruction *In = dyn_cast<Instruction>(Val); in isPromotableTo() local
1018 void PolynomialMultiplyRecognize::promoteTo(Instruction *In, in promoteTo()
1100 [](Instruction &In) { return &In; }); in promoteTypes()
1131 bool PolynomialMultiplyRecognize::findCycle(Value *Out, Value *In, in findCycle()
2167 if (Instruction *In = dyn_cast<Instruction>(NumBytes)) in processCopyingStore() local
2277 if (Instruction *In = dyn_cast<Instruction>(NumWords)) in processCopyingStore() local
2322 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/llvm/lib/Target/DirectX/
H A DDXILPrepare.cpp124 Value *In = I.getOperand(0); in runOnModule() local
/freebsd/contrib/llvm-project/clang/lib/Testing/
H A DTestAST.cpp76 TestAST::TestAST(const TestInputs &In) { in TestAST()
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObjcopy.cpp791 MemoryBuffer &In, raw_ostream &Out) { in executeObjcopyOnIHex()
806 MemoryBuffer &In, in executeObjcopyOnRawBinary()
824 object::ELFObjectFileBase &In, in executeObjcopyOnBinary()
/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/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.cpp450 object::MachOObjectFile &In, in executeObjcopyOnBinary()
486 const MultiFormatConfig &Config, const MachOUniversalBinary &In, in executeObjcopyOnMachOUniversalBinary()
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/wasm/
H A DWasmObjcopy.cpp145 object::WasmObjectFile &In, raw_ostream &Out) { in executeObjcopyOnBinary()
/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
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyMachineFunctionInfo.cpp108 void llvm::valTypesFromMVTs(const ArrayRef<MVT> &In, in valTypesFromMVTs()
H A DWebAssemblyFastISel.cpp998 Register In = getRegForValue(Op); in selectZExt() local
1015 Register In = getRegForValue(Op); in selectSExt() local
1161 Register In = getRegForValue(I->getOperand(0)); in selectBitCast() local
/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()

1234