Home
last modified time | relevance | path

Searched defs:AddrType (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DFunction.h270 enum class AddrType : uint8_t { Call, AfterCall }; enum
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelDAGToDAG.cpp373 bool WebAssemblyDAGToDAGISel::SelectAddrOperands(MVT AddrType, in SelectAddrOperands()
H A DWebAssemblyAsmPrinter.cpp269 wasm::ValType AddrType = in getOrCreateWasmSymbol() local
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kISelDAGToDAG.cpp49 enum class AddrType { enum
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DScalarizeMaskedMemIntrin.cpp960 auto *AddrType = cast<FixedVectorType>(Ptrs->getType()); in scalarizeMaskedVectorHistogram() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaARM.cpp896 QualType AddrType = ValType.getUnqualifiedType().withVolatile(); in CheckARMBuiltinExclusiveCall() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h383 virtual bool isLegalMaskedVectorHistogram(Type *AddrType, in isLegalMaskedVectorHistogram()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp541 bool TargetTransformInfo::isLegalMaskedVectorHistogram(Type *AddrType, in isLegalMaskedVectorHistogram()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp6686 Address Addr, QualType AddrType, in FlattenAccessAndType()