Searched defs:In (Results 1 - 25 of 34) sorted by relevance

12

/freebsd-11.0-release/contrib/llvm/lib/LineEditor/
H A DLineEditor.cpp193 LineEditor::LineEditor(StringRef ProgName, StringRef HistoryPath, FILE *In, argument
277 FILE *In; member in struct:LineEditor::InternalData
281 LineEditor::LineEditor(StringRef ProgName, StringRef HistoryPath, FILE *In, argument
/freebsd-11.0-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonGenExtract.cpp84 bool HexagonGenExtract::convert(Instruction *In) { argument
231 Instruction *In = &*I; local
[all...]
H A DHexagonCommonGEP.cpp722 Instruction *In = cast<Instruction>(V); local
1262 Instruction *In local
[all...]
H A DHexagonHardwareLoops.cpp1300 MachineInstr *In = &*I; local
H A DRDFGraph.cpp675 bool TargetOperandInfo::isPreserving(const MachineInstr &In, unsigned OpNum) argument
681 bool TargetOperandInfo::isClobbering(const MachineInstr &In, unsigned OpNum) argument
690 bool TargetOperandInfo::isFixedReg(const MachineInstr &In, unsigned OpNum) argument
1167 buildStmt(NodeAddr<BlockNode*> BA, MachineInstr &In) argument
[all...]
/freebsd-11.0-release/contrib/llvm/lib/Target/
H A DTargetRecip.cpp49 static bool parseRefinementStep(StringRef In, size_t &Position, argument
/freebsd-11.0-release/sys/contrib/dev/acpica/components/utilities/
H A Dutmisc.c147 } In; local
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp250 parseMachineFunction(yaml::Input &In, Module &M, bool NoLLVMIR) argument
[all...]
/freebsd-11.0-release/contrib/llvm/lib/TableGen/
H A DTGLexer.h46 Bit, Bits, Class, Code, Dag, Def, Foreach, Defm, Field, In, Int, Let, List, enumerator in enum:llvm::tgtok::TokKind
/freebsd-11.0-release/contrib/llvm/lib/Target/AArch64/
H A DAArch64CollectLOH.cpp457 BlockToSetOfInstrsPerColor Out, In, ReachableUses; local
393 reachingDefAlgorithm(const MachineFunction &MF, InstrToInstrs *ColorOpToReachedUses, BlockToSetOfInstrsPerColor &In, BlockToSetOfInstrsPerColor &Out, BlockToInstrPerColor &Gen, BlockToRegSet &Kill, BlockToSetOfInstrsPerColor &ReachableUses, unsigned NbReg) argument
[all...]
/freebsd-11.0-release/contrib/wpa/src/eapol_auth/
H A Deapol_auth_sm_i.h20 typedef enum { Both = 0, In = 1 } ControlledDirection; enumerator in enum:__anon5744
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSymbolManager.h323 SymbolCast(const SymExpr *In, QualType From, QualType To) : argument
332 Profile(llvm::FoldingSetNodeID& ID, const SymExpr *In, QualType From, QualType To) argument
/freebsd-11.0-release/contrib/llvm/include/llvm/Support/
H A DYAMLTraits.h1249 operator>>(Input &In, T &Val) { argument
/freebsd-11.0-release/contrib/llvm/lib/Target/AArch64/Disassembler/
H A DAArch64Disassembler.cpp181 static bool Check(DecodeStatus &Out, DecodeStatus In) { argument
/freebsd-11.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DLoopRerollPass.cpp946 LoopReroll::DAGRootTracker::nextInstr(int Val, UsesTy &In, argument
H A DScalarReplAggregates.cpp405 void ConvertToScalarInfo::MergeInTypeForLoadOrStore(Type *In, argument
[all...]
/freebsd-11.0-release/contrib/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp954 SDValue In = convertTo(DL, VT, RISBG.Input); local
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Basic/
H A DVirtualFileSystem.cpp53 Status Status::copyWithNewName(const Status &In, StringRef NewName) { argument
59 Status Status::copyWithNewName(const file_status &In, StringRef NewName) { argument
[all...]
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp290 static void getObjCClassCategory(StringRef In, StringRef &Class, argument
303 getObjCMethodName(StringRef In) argument
[all...]
/freebsd-11.0-release/contrib/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelDAGToDAG.cpp1368 bool AMDGPUDAGToDAGISel::SelectVOP3Mods(SDValue In, SDValue &Src, argument
1390 SelectVOP3NoMods(SDValue In, SDValue &Src, SDValue &SrcMods) const argument
1396 SelectVOP3Mods0(SDValue In, SDValue &Src, SDValue &SrcMods, SDValue &Clamp, SDValue &Omod) const argument
1407 SelectVOP3NoMods0(SDValue In, SDValue &Src, SDValue &SrcMods, SDValue &Clamp, SDValue &Omod) const argument
1417 SelectVOP3Mods0Clamp(SDValue In, SDValue &Src, SDValue &SrcMods, SDValue &Omod) const argument
1426 SelectVOP3Mods0Clamp0OMod(SDValue In, SDValue &Src, SDValue &SrcMods, SDValue &Clamp, SDValue &Omod) const argument
[all...]
H A DR600ISelLowering.cpp1659 const ISD::InputArg &In = Ins[i]; local
/freebsd-11.0-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp643 Value *In = ICI->getOperand(0); local
983 Value *In = Builder->CreateAShr(Op0, Sh, Op0->getName()+".lobit"); local
1005 Value *In = ICI->getOperand(0); local
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DComment.h744 In, enumerator in enum:clang::comments::ParamCommandComment::PassDirection
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1002 SDValue In = Op.getOperand(0); local
/freebsd-11.0-release/contrib/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp494 Constant *In = Init->getAggregateElement(i); local
527 Constant *In = Init->getAggregateElement(i); local
[all...]

Completed in 266 milliseconds

12