Home
last modified time | relevance | path

Searched refs:AddrType (Results 1 – 2 of 2) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/lib/Target/M68k/
H A DM68kISelDAGToDAG.cpp48 enum class AddrType { enum
58 AddrType AM;
82 M68kISelAddressMode(AddrType AT) in M68kISelAddressMode()
108 return AM == AddrType::ARII || AM == AddrType::PCI || in isDispAddrType()
109 AM == AddrType::ARID || AM == AddrType::PCD || AM == AddrType::AL; in isDispAddrType()
116 case AddrType::ARII: in getDispSize()
117 case AddrType::PCI: in getDispSize()
120 case AddrType::ARID: in getDispSize()
121 case AddrType::PCD: in getDispSize()
123 case AddrType::AL: in getDispSize()
[all …]
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp2366 QualType AddrType = ValType.getUnqualifiedType().withVolatile(); in CheckARMBuiltinExclusiveCall() local
2368 AddrType.addConst(); in CheckARMBuiltinExclusiveCall()
2372 if (!AddrType.isAtLeastAsQualifiedAs(ValType)) { in CheckARMBuiltinExclusiveCall()
2375 << PointerArg->getType() << Context.getPointerType(AddrType) in CheckARMBuiltinExclusiveCall()
2380 AddrType = Context.getPointerType(AddrType); in CheckARMBuiltinExclusiveCall()
2381 PointerArgRes = ImpCastExprToType(PointerArg, AddrType, CastNeeded); in CheckARMBuiltinExclusiveCall()