Home
last modified time | relevance | path

Searched refs:AddrTy (Results 1 – 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/Interp/
HDByteCodeStmtGen.h42 using AddrTy = typename Emitter::AddrTy; variable
HDByteCodeExprGen.h52 using AddrTy = typename Emitter::AddrTy; variable
HDByteCodeEmitter.h35 using AddrTy = uintptr_t; variable
HDEvalEmitter.h39 using AddrTy = uintptr_t; variable
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
HDMachineIRBuilder.cpp741 LLT AddrTy = getMRI()->getType(Addr); in buildAtomicCmpXchgWithSuccess() local
746 assert(AddrTy.isPointer() && "invalid operand type"); in buildAtomicCmpXchgWithSuccess()
768 LLT AddrTy = getMRI()->getType(Addr); in buildAtomicCmpXchg() local
772 assert(AddrTy.isPointer() && "invalid operand type"); in buildAtomicCmpXchg()
794 LLT AddrTy = Addr.getLLTTy(*getMRI()); in buildAtomicRMW() local
797 assert(AddrTy.isPointer() && "invalid operand type"); in buildAtomicRMW()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDCodeGenPrepare.cpp4710 PointerType *AddrTy = dyn_cast<PointerType>(Address->getType()); in isProfitableToFoldIntoAddressingMode() local
4711 if (!AddrTy) in isProfitableToFoldIntoAddressingMode()
4713 Type *AddressAccessTy = AddrTy->getElementType(); in isProfitableToFoldIntoAddressingMode()
4714 unsigned AS = AddrTy->getAddressSpace(); in isProfitableToFoldIntoAddressingMode()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
HDARMISelDAGToDAG.cpp2095 EVT AddrTy = MemAddr.getValueType(); in SelectVLD() local
2103 ResTy, AddrTy, MVT::Other, OpsA); in SelectVLD()
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGStmtOpenMP.cpp4930 llvm::Type *AddrTy = ConvertTypeForMem(AddrQTy); in EmitOMPUseDevicePtrClause() local
4931 Address InitAddr = Builder.CreateBitCast(InitAddrIt->second, AddrTy); in EmitOMPUseDevicePtrClause()