Home
last modified time | relevance | path

Searched defs:ValueTy (Results 1 – 25 of 25) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryDependenceAnalysis.h110 using ValueTy = PointerSumType< variable
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenTarget.cpp180 const ValueTypeByHwMode &ValueTy, CodeGenRegBank &RegBank, in getSuperRegForSubReg()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroElide.cpp91 Type *ValueTy = Value->getType(); in replaceWithConstant() local
H A DCoroSplit.cpp661 auto getSwiftErrorSlot = [&](Type *ValueTy) -> Value * { in replaceSwiftErrorOps()
689 auto ValueTy = Op->getType(); in replaceSwiftErrorOps() local
695 auto ValueTy = Value->getType(); in replaceSwiftErrorOps() local
H A DCoroFrame.cpp2554 static Value *emitGetSwiftErrorValue(IRBuilder<> &Builder, Type *ValueTy, in emitGetSwiftErrorValue()
2590 auto ValueTy = Alloca->getAllocatedType(); in emitSetAndGetSwiftErrorValueAround() local
2649 auto ValueTy = PointerType::getUnqual(F.getContext()); in eliminateSwiftErrorArgument() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.h340 typedef std::pair<llvm::Value *, StringRef> ValueTy; typedef
H A DABIInfoImpl.cpp206 QualType ValueTy, bool IsIndirect, in emitVoidPtrVAArg()
H A DCGExprCXX.cpp1421 typedef typename Traits::ValueTy ValueTy; typedef in __anondca4c77a0411::CallDeleteDuringNew
1523 typedef llvm::Value *ValueTy; in EnterNewDeleteCleanup() typedef
1549 typedef DominatingValue<RValue>::saved_type ValueTy; in EnterNewDeleteCleanup() typedef
H A DCGAtomic.cpp33 QualType ValueTy; member in __anon5e56f1450111::AtomicInfo
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DValue.h513 enum ValueTy { enum
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLoadStoreOpt.cpp518 LLT ValueTy = MRI->getType(StoreMI.getValueReg()); in addStoreToCandidate() local
H A DMachineIRBuilder.cpp213 const LLT ValueTy, uint64_t Value) { in materializePtrAdd()
/freebsd/contrib/llvm-project/compiler-rt/lib/nsan/
H A Dnsan.cpp342 const ValueType ValueTy = getValueType(shadow_type[Offset]); in __nsan_dump_shadow_mem() local
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVEmitIntrinsics.cpp323 SPIRVEmitIntrinsics::deduceElementTypeByValueDeep(Type *ValueTy, Value *Operand, in deduceElementTypeByValueDeep()
331 Type *ValueTy, Value *Operand, std::unordered_set<Value *> &Visited, in deduceElementTypeByValueDeep()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DInferAddressSpaces.cpp396 Type *ValueTy = II->getOperand(0)->getType(); in rewriteIntrinsicOperands() local
H A DSROA.cpp2387 Type *ValueTy = SI->getValueOperand()->getType(); in isIntegerWideningViableForSlice() local
/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h414 RecTy *ValueTy; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp3860 emitLoadLinked(IRBuilderBase & Builder,Type * ValueTy,Value * Addr,AtomicOrdering Ord) const emitLoadLinked() argument
H A DHexagonISelLoweringHVX.cpp3091 MVT ValueTy = ty(Value); in WidenHvxStore() local
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2165 virtual Value *emitLoadLinked(IRBuilderBase &Builder, Type *ValueTy, in emitLoadLinked()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp2327 LLVMValueRef LLVMAddAlias2(LLVMModuleRef M, LLVMTypeRef ValueTy, in LLVMAddAlias2()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp1840 ArrayRef<Value *> OtherOps, AccessKind AK) { in updateImpl()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp16079 Type *ValueTy = StoreTy; in vectorizeStores() local
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp21529 Value *ARMTargetLowering::emitLoadLinked(IRBuilderBase &Builder, Type *ValueTy, in emitLoadLinked()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp26648 Type *ValueTy, Value *Addr, in emitLoadLinked()