Searched refs:getID (Results 126 - 150 of 155) sorted by relevance

1234567

/netbsd-current/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
H A DASTMatchers.h815 InnerMatcher.getID().first)
825 InnerMatcher.getID().first)
/netbsd-current/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DGnu.cpp701 if (A->getOption().getID() == options::OPT_gz) {
3048 switch ((options::ID)A->getOption().getID()) {
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp2409 if (O.getGroup().isValid() && O.getGroup().getID() == OTOOL_grp_obsolete) {
2483 switch (A->getOption().getID()) {
/netbsd-current/external/apache2/llvm/dist/clang/lib/Frontend/
H A DASTUnit.cpp1252 OutDiag.ID = InDiag.getID();
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h147 Intrinsic::ID getID() const { return IID; } function in class:llvm::IntrinsicCostAttributes
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp221 switch (ICA.getID()) {
H A DAArch64ISelDAGToDAG.cpp381 SDValue RC = CurDAG->getTargetConstant(TRC->getID(), dl, MVT::i64);
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclCXX.h2237 int64_t getID(const ASTContext &Context) const;
H A DStmt.h1206 int64_t getID(const ASTContext &Context) const;
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp1637 switch (ICA.getID()) {
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp1717 SDValue RC = CurDAG->getTargetConstant(TRC->getID(), DL, MVT::i32);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp4475 unsigned RegClass = TLI->getRegClassFor(MaskVT)->getID();
4513 unsigned RegClass = TLI->getRegClassFor(ResVT)->getID();
H A DX86TargetTransformInfo.cpp2786 Intrinsic::ID IID = ICA.getID();
3055 Intrinsic::ID IID = ICA.getID();
H A DX86InstrInfo.cpp3801 if (RC->getID() == X86::TILERegClassID) {
3829 if (RC->getID() == X86::TILERegClassID) {
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.cpp2160 switch (RC->getID()) {
H A DHexagonISelLowering.cpp807 switch (RC.getID()) {
/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DDecl.cpp3294 BuiltinID = A->getID();
H A DDeclCXX.cpp2539 int64_t CXXCtorInitializer::getID(const ASTContext &Context) const {
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelDAGToDAG.cpp775 SIRegisterInfo::getSGPRClassForBitWidth(NumVectorElts * 32)->getID();
H A DSIInstrInfo.cpp2505 int NumInsts = AMDGPU::getRegBitWidth(RC->getID()) / 32;
2520 int NumInsts = AMDGPU::getRegBitWidth(RC->getID()) / 32;
/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp2619 OrigN->getID(), OrigN->isSink());
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp3698 getContext().getRegisterInfo()->getRegClass(DstRegClass).getID();
3825 getContext().getRegisterInfo()->getRegClass(DstRegClass).getID();
/netbsd-current/external/apache2/llvm/dist/clang/lib/Driver/
H A DDriver.cpp2356 } else if (A->getOption().getID() == options::OPT_U) {
/netbsd-current/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp4274 TheDef->getID()));
/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp3036 (PerLine->second.getAddress() || PerLine->second.getID()))
3249 if (!CE->getID() || !CE->getAddress()) {
3261 createOffloadEntry(CE->getID(), CE->getAddress(), /*Size=*/0,

Completed in 510 milliseconds

1234567