Searched refs:getID (Results 76 - 100 of 155) sorted by relevance

1234567

/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DStackMaps.cpp538 const int64_t ID = opers.getID();
560 recordStackMapOpers(L, MI, opers.getID(), MI.operands_begin() + StartIdx,
H A DTargetRegisterInfo.cpp200 const TargetRegisterClass *SubRC = getRegClass(It.getID());
H A DRegAllocFast.cpp1198 bool SmallClass0 = ClassSize0 < RegClassDefCounts[RC0.getID()];
1199 bool SmallClass1 = ClassSize1 < RegClassDefCounts[RC1.getID()];
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DDiagnostic.h1542 unsigned getID() const { return DiagObj->CurDiagID; } function in class:clang::Diagnostic
1677 unsigned getID() const { return ID; }
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMBaseRegisterInfo.cpp250 switch (Super->getID()) {
286 switch (RC->getID()) {
/netbsd-current/external/apache2/llvm/dist/clang/lib/Frontend/
H A DSerializedDiagnosticPrinter.cpp658 unsigned DiagID = DiagnosticIDs::getCategoryNumberForDiag(Info->getID());
661 Record.push_back(getEmitDiagnosticFlag(Level, Info->getID()));
H A DCompilerInvocation.cpp971 bool IsEnabled = A->getOption().getID() == OPT_analyzer_checker;
1688 if (A->getOption().getID() == OPT_ftime_report_EQ) {
1754 if (A->getOption().getID() == options::OPT_o ||
1755 A->getOption().getID() == options::OPT_INPUT ||
1756 A->getOption().getID() == options::OPT_x ||
1757 A->getOption().getID() == options::OPT_fembed_bitcode ||
2408 if (ActionOpt.second == Opt.getID())
2600 OptSpecifier Opt = OptSpecifier(A->getOption().getID());
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-rc/
H A Dllvm-rc.cpp448 switch (Arg->getOption().getID()) {
519 switch (Arg->getOption().getID()) {
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonBitSimplify.cpp418 switch (RC->getID()) {
913 switch (RC->getID()) {
2237 unsigned SRC = MRI.getRegClass(S)->getID();
2280 if (MRI.getRegClass(SrcR)->getID() == Hexagon::DoubleRegsRegClassID)
2742 if (FRC->getID() == Hexagon::DoubleRegsRegClassID) {
2749 if (FRC->getID() == Hexagon::IntRegsRegClassID) {
2760 if (FRC->getID() == Hexagon::PredRegsRegClassID) {
H A DHexagonBitTracker.cpp93 unsigned ID = RC.getID();
142 switch (RC.getID()) {
153 dbgs() << "Reg class id: " << RC.getID() << " idx: " << Idx << '\n';
/netbsd-current/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DCommonArgs.cpp1610 if (CodeObjArg->getOption().getID() ==
1626 if (CodeObjArg->getOption().getID() ==
1629 } else if (CodeObjArg->getOption().getID() ==
H A DClang.cpp2313 if (O.getID() == options::OPT_x)
2316 if (O.getGroup().isValid() && O.getGroup().getID() == options::OPT_M_Group)
2318 if (O.getID() == options::OPT_gen_cdb_fragment_path)
2413 if (A->getOption().getID() == options::OPT_mimplicit_it_EQ) {
2644 auto optID = A->getOption().getID();
3196 switch (A->getOption().getID()) {
3290 switch (A->getOption().getID()) {
3710 switch (A->getOption().getID()) {
4568 if (llvm::find(kBitcodeOptionBlacklist, A->getOption().getID()) !=
4823 if (A->getOption().getID()
[all...]
H A DMSVC.cpp112 if (A->getOption().getID() == options::OPT__SLASH_winsysroot) {
1012 if (A->getOption().getID() == options::OPT__SLASH_winsysroot) {
/netbsd-current/external/apache2/llvm/dist/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp493 << "{ \"lctx_id\": " << LCtx->getID() << ", \"location_context\": \"";
/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DProgramState.cpp71 int64_t ProgramState::getID() const { function in class:ProgramState
/netbsd-current/external/apache2/llvm/dist/clang/lib/Basic/
H A DDiagnosticIDs.cpp725 unsigned DiagID = Info.getID();
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCRegisterInfo.h46 /// getID() - Return the register class ID number.
48 unsigned getID() const { return ID; } function in class:llvm::MCRegisterClass
/netbsd-current/external/apache2/llvm/dist/clang/lib/Driver/
H A DToolChain.cpp973 if (!A || A->getOption().getID() == options::OPT_fno_fast_math ||
974 A->getOption().getID() == options::OPT_fno_unsafe_math_optimizations)
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsInstructionSelector.cpp97 return RBI.getRegBank(Reg, MRI, TRI)->getID() == Mips::GPRBRegBankID;
102 return RBI.getRegBank(Reg, MRI, TRI)->getID() == Mips::FPRBRegBankID;
H A DMipsSEISelDAGToDAG.cpp1268 CurDAG->getTargetConstant(RC->getID(), DL, MVT::i32));
1336 CurDAG->getTargetConstant(RC->getID(), DL,
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIRegisterInfo.cpp1044 const unsigned RegWidth = AMDGPU::getRegBitWidth(RC->getID()) / 8;
2284 switch (RC->getID()) {
2329 switch (RB.getID()) {
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/TableGen/
H A DRecord.h1538 unsigned getID() const { return ID; } function in class:llvm::final::final::Record
1903 return LHS->getID() < RHS->getID();
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h501 MatcherIDType getID() const { function in class:clang::ast_matchers::internal::DynTypedMatcher
624 DynTypedMatcher::MatcherIDType getID() const { function in class:clang::ast_matchers::internal::Matcher
625 return Implementation.getID();
/netbsd-current/external/apache2/llvm/dist/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp122 unsigned getID(StringRef CategoryString) { function in class:__anon1206::DiagCategoryIDMap
1318 OS << ", " << CategoryIDs.getID(getDiagnosticCategory(&R, DGParentMap));
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/
H A DConfigManager.cpp771 if (Arg->getOption().getID() == OBJCOPY_compress_debug_sections_eq) {
1308 Config.StripAll = Arg->getOption().getID() == STRIP_strip_all;

Completed in 347 milliseconds

1234567