Home
last modified time | relevance | path

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

1234

/freebsd-src/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DObjectYAML.cpp37 Input &In = (Input &)IO; in mapping() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelDAGToDAG.cpp53 static bool isExtractHiElt(SDValue In, SDValue &Out) { in isExtractHiElt() argument
83 static SDValue stripExtractLoElt(SDValue In) { in stripExtractLoElt() argument
2787 SelectVOP3ModsImpl(SDValue In,SDValue & Src,unsigned & Mods,bool IsCanonicalizing,bool AllowAbs) const SelectVOP3ModsImpl() argument
2815 SelectVOP3Mods(SDValue In,SDValue & Src,SDValue & SrcMods) const SelectVOP3Mods() argument
2828 SelectVOP3ModsNonCanonicalizing(SDValue In,SDValue & Src,SDValue & SrcMods) const SelectVOP3ModsNonCanonicalizing() argument
2839 SelectVOP3BMods(SDValue In,SDValue & Src,SDValue & SrcMods) const SelectVOP3BMods() argument
2852 SelectVOP3NoMods(SDValue In,SDValue & Src) const SelectVOP3NoMods() argument
2860 SelectVINTERPModsImpl(SDValue In,SDValue & Src,SDValue & SrcMods,bool OpSel) const SelectVINTERPModsImpl() argument
2876 SelectVINTERPMods(SDValue In,SDValue & Src,SDValue & SrcMods) const SelectVINTERPMods() argument
2881 SelectVINTERPModsHi(SDValue In,SDValue & Src,SDValue & SrcMods) const SelectVINTERPModsHi() argument
2886 SelectVOP3Mods0(SDValue In,SDValue & Src,SDValue & SrcMods,SDValue & Clamp,SDValue & Omod) const SelectVOP3Mods0() argument
2896 SelectVOP3BMods0(SDValue In,SDValue & Src,SDValue & SrcMods,SDValue & Clamp,SDValue & Omod) const SelectVOP3BMods0() argument
2906 SelectVOP3OMods(SDValue In,SDValue & Src,SDValue & Clamp,SDValue & Omod) const SelectVOP3OMods() argument
2917 SelectVOP3PMods(SDValue In,SDValue & Src,SDValue & SrcMods,bool IsDOT) const SelectVOP3PMods() argument
3017 SelectVOP3PModsDOT(SDValue In,SDValue & Src,SDValue & SrcMods) const SelectVOP3PModsDOT() argument
3022 SelectVOP3PModsNeg(SDValue In,SDValue & Src) const SelectVOP3PModsNeg() argument
3037 SelectWMMAOpSelVOP3PMods(SDValue In,SDValue & Src) const SelectWMMAOpSelVOP3PMods() argument
3165 SelectWMMAModsF16Neg(SDValue In,SDValue & Src,SDValue & SrcMods) const SelectWMMAModsF16Neg() argument
3212 SelectWMMAModsF16NegAbs(SDValue In,SDValue & Src,SDValue & SrcMods) const SelectWMMAModsF16NegAbs() argument
3261 SelectWMMAModsF32NegAbs(SDValue In,SDValue & Src,SDValue & SrcMods) const SelectWMMAModsF32NegAbs() argument
3289 SelectWMMAVISrc(SDValue In,SDValue & Src) const SelectWMMAVISrc() argument
3343 SelectSWMMACIndex8(SDValue In,SDValue & Src,SDValue & IndexKey) const SelectSWMMACIndex8() argument
3362 SelectSWMMACIndex16(SDValue In,SDValue & Src,SDValue & IndexKey) const SelectSWMMACIndex16() argument
3381 SelectVOP3OpSel(SDValue In,SDValue & Src,SDValue & SrcMods) const SelectVOP3OpSel() argument
3389 SelectVOP3OpSelMods(SDValue In,SDValue & Src,SDValue & SrcMods) const SelectVOP3OpSelMods() argument
3397 SelectVOP3PMadMixModsImpl(SDValue In,SDValue & Src,unsigned & Mods) const SelectVOP3PMadMixModsImpl() argument
3438 SelectVOP3PMadMixModsExt(SDValue In,SDValue & Src,SDValue & SrcMods) const SelectVOP3PMadMixModsExt() argument
3447 SelectVOP3PMadMixMods(SDValue In,SDValue & Src,SDValue & SrcMods) const SelectVOP3PMadMixMods() argument
[all...]
/freebsd-src/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-src/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A Dllvm-objcopy.cpp100 static Error executeObjcopyOnIHex(ConfigManager &ConfigMgr, MemoryBuffer &In, in executeObjcopyOnIHex() argument
114 MemoryBuffer &In, raw_ostream &Out) { in executeObjcopyOnRawBinary() argument
/freebsd-src/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-src/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
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/ObjCopy/XCOFF/
H A DXCOFFObjcopy.cpp28 XCOFFObjectFile &In, raw_ostream &Out) { in executeObjcopyOnBinary()
/freebsd-src/contrib/llvm-project/llvm/lib/ObjCopy/
H A DObjCopy.cpp39 object::Binary &In, raw_ostream &Out) { in executeObjcopyOnBinary()
/freebsd-src/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-src/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); isPromotableTo() local
1018 promoteTo(Instruction * In,IntegerType * DestTy,BasicBlock * LoopB) promoteTo() argument
1100 __anon356acde80602(Instruction &In) promoteTypes() argument
1131 findCycle(Value * Out,Value * In,ValueSeq & Cycle) findCycle() argument
2167 if (Instruction *In = dyn_cast<Instruction>(NumBytes)) processCopyingStore() local
2277 if (Instruction *In = dyn_cast<Instruction>(NumWords)) processCopyingStore() local
2322 Instruction *In = Worklist[i]; coverLoop() local
[all...]
/freebsd-src/sys/contrib/dev/acpica/components/utilities/
H A Dutmisc.c256 } In; in AcpiUtDwordByteSwap() local
/freebsd-src/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-src/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILPrepare.cpp124 Value *In = I.getOperand(0); runOnModule() local
/freebsd-src/contrib/llvm-project/clang/lib/Testing/
H A DTestAST.cpp76 TestAST(const TestInputs & In) TestAST() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObjcopy.cpp791 executeObjcopyOnIHex(const CommonConfig & Config,const ELFConfig & ELFConfig,MemoryBuffer & In,raw_ostream & Out) executeObjcopyOnIHex() argument
806 executeObjcopyOnRawBinary(const CommonConfig & Config,const ELFConfig & ELFConfig,MemoryBuffer & In,raw_ostream & Out) executeObjcopyOnRawBinary() argument
824 executeObjcopyOnBinary(const CommonConfig & Config,const ELFConfig & ELFConfig,object::ELFObjectFileBase & In,raw_ostream & Out) executeObjcopyOnBinary() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DUnifyLoopExits.cpp123 for (auto *In : Incoming) { in INITIALIZE_PASS_DEPENDENCY() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/Utils/
H A DAArch64SMEAttributes.h31 In = 1, // aarch64_in_zt0 enumerator
/freebsd-src/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-src/contrib/llvm-project/llvm/lib/ObjCopy/wasm/
H A DWasmObjcopy.cpp145 object::WasmObjectFile &In, raw_ostream &Out) { in executeObjcopyOnBinary()
/freebsd-src/contrib/llvm-project/llvm/lib/Option/
H A DOptTable.cpp176 static bool optionMatches(const OptTable::Info &In, StringRef Option) { in optionMatches() argument
191 const Info &In = OptionInfos[I]; in suggestValueCompletions() local
212 const Info &In in findByPrefix() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyMachineFunctionInfo.cpp108 valTypesFromMVTs(const ArrayRef<MVT> & In,SmallVectorImpl<wasm::ValType> & Out) valTypesFromMVTs() argument
H A DWebAssemblyFastISel.cpp998 Register In = getRegForValue(Op); selectZExt() local
1015 Register In = getRegForValue(Op); selectSExt() local
1161 Register In = getRegForValue(I->getOperand(0)); selectBitCast() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DRDFGraph.cpp589 bool TargetOperandInfo::isPreserving(const MachineInstr &In, in isPreserving() argument
595 bool TargetOperandInfo::isClobbering(const MachineInstr &In, in isClobbering() argument
608 bool TargetOperandInfo::isFixedReg(const MachineInstr &In, in isFixedReg() argument
1245 buildStmt(Block BA,MachineInstr & In) buildStmt() argument
1248 __anonf27405d40b02(const MachineInstr &In) buildStmt() argument
1265 __anonf27405d40c02(const MachineInstr &In, RegisterRef DR) buildStmt() argument
[all...]

1234