Home
last modified time | relevance | path

Searched refs:Promoted (Results 1 – 15 of 15) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DIndirectionUtils.cpp288 bool Promoted = true; in operator ()() local
298 Promoted = false; in operator ()()
303 Promoted = true; in operator ()()
307 if (Promoted) in operator ()()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DTypePromotion.cpp115 SmallPtrSet<Value *, 8> Promoted; member in __anon789080b40111::IRPromoter
470 Promoted.insert(V); in ExtendSources()
510 Promoted.insert(I); in PromoteTree()
524 if ((!Promoted.count(V) && !NewInsts.count(V)) || Sources.count(V)) in TruncateSinks()
H A DCodeGenPrepare.cpp5831 bool Promoted = false; in tryToPromoteExts() local
5917 Promoted = true; in tryToPromoteExts()
5919 return Promoted; in tryToPromoteExts()
6385 bool Promoted = false; in performAddressTypePromotion() local
6405 Promoted = true; in performAddressTypePromotion()
6435 Promoted = true; in performAddressTypePromotion()
6443 return Promoted; in performAddressTypePromotion()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp667 SDValue Promoted, Chain; in PromoteFP_TO_INT() local
669 Promoted = DAG.getNode(NewOpc, dl, {NVT, MVT::Other}, in PromoteFP_TO_INT()
671 Chain = Promoted.getValue(1); in PromoteFP_TO_INT()
673 Promoted = DAG.getNode(NewOpc, dl, NVT, Node->getOperand(0)); in PromoteFP_TO_INT()
684 Promoted = DAG.getNode(NewOpc, dl, NVT, Promoted, in PromoteFP_TO_INT()
686 Promoted = DAG.getNode(ISD::TRUNCATE, dl, VT, Promoted); in PromoteFP_TO_INT()
687 Results.push_back(Promoted); in PromoteFP_TO_INT()
H A DLegalizeFloatTypes.cpp948 static RTLIB::Libcall findFPToIntLibcall(EVT SrcVT, EVT RetVT, EVT &Promoted, in findFPToIntLibcall() argument
954 Promoted = (MVT::SimpleValueType)IntVT; in findFPToIntLibcall()
956 if (Promoted.bitsGE(RetVT)) in findFPToIntLibcall()
957 LC = Signed ? RTLIB::getFPTOSINT(SrcVT, Promoted) in findFPToIntLibcall()
958 : RTLIB::getFPTOUINT(SrcVT, Promoted); in findFPToIntLibcall()
2133 SDValue Promoted = GetPromotedFloat(N->getOperand(0)); in PromoteFloatOp_BITCAST() local
2134 EVT PromotedVT = Promoted->getValueType(0); in PromoteFloatOp_BITCAST()
2139 IVT, Promoted); in PromoteFloatOp_BITCAST()
2211 SDValue Promoted = GetPromotedFloat(Val); in PromoteFloatOp_STORE() local
2216 NewVal = DAG.getNode(GetPromotionOpcode(Promoted.getValueType(), VT), DL, in PromoteFloatOp_STORE()
[all …]
H A DLegalizeIntegerTypes.cpp5569 SDValue Promoted; in PromoteIntRes_EXTEND_VECTOR_INREG() local
5573 Promoted = SExtPromotedInteger(N->getOperand(0)); in PromoteIntRes_EXTEND_VECTOR_INREG()
5576 Promoted = ZExtPromotedInteger(N->getOperand(0)); in PromoteIntRes_EXTEND_VECTOR_INREG()
5579 Promoted = GetPromotedInteger(N->getOperand(0)); in PromoteIntRes_EXTEND_VECTOR_INREG()
5584 return DAG.getNode(N->getOpcode(), dl, NVT, Promoted); in PromoteIntRes_EXTEND_VECTOR_INREG()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp271 unsigned Promoted = 0; in run() local
295 Promoted++; in run()
296 if (Promoted >= MaxProm) in run()
304 LLVM_DEBUG(dbgs() << Promoted << " counters promoted for loop (depth=" in run()
306 return Promoted != 0; in run()
/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DGenericUniformityImpl.h862 bool Promoted = false; in analyzeCycleExitDivergence() local
870 Promoted = true; in analyzeCycleExitDivergence()
877 if (!Promoted) in analyzeCycleExitDivergence()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLICM.cpp492 bool Promoted = false; in runOnLoop() local
503 Promoted |= LocalPromoted; in runOnLoop()
512 if (Promoted) in runOnLoop()
515 Changed |= Promoted; in runOnLoop()
/openbsd-src/gnu/llvm/llvm/cmake/modules/
H A DHandleLLVMOptions.cmake669 # Promoted warnings.
672 # Promoted warnings to errors.
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSILoadStoreOptimizer.cpp273 SmallPtrSet<MachineInstr *, 4> &Promoted) const;
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DTargetInfo.cpp8357 llvm::Value *Promoted = CGF.Builder.CreateLoad(Addr); in EmitVAArg() local
8362 llvm::Value *V = CGF.Builder.CreateTrunc(Promoted, IntTy); in EmitVAArg()
/openbsd-src/gnu/usr.bin/gcc/gcc/doc/
H A Drtl.texi699 Promoted variables are always either sign- or zero-extended to the wider
/openbsd-src/gnu/gcc/gcc/doc/
H A Drtl.texi840 Promoted variables are always either sign- or zero-extended to the wider
H A Dgccint.info9161 the object. Promoted variables are always either sign- or