| /openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/ |
| H A D | IndirectionUtils.cpp | 288 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 D | TypePromotion.cpp | 115 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 D | CodeGenPrepare.cpp | 5831 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 D | LegalizeVectorOps.cpp | 667 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 D | LegalizeFloatTypes.cpp | 948 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 D | LegalizeIntegerTypes.cpp | 5569 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 D | InstrProfiling.cpp | 271 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 D | GenericUniformityImpl.h | 862 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 D | LICM.cpp | 492 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 D | HandleLLVMOptions.cmake | 669 # Promoted warnings. 672 # Promoted warnings to errors.
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| H A D | SILoadStoreOptimizer.cpp | 273 SmallPtrSet<MachineInstr *, 4> &Promoted) const;
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | TargetInfo.cpp | 8357 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 D | rtl.texi | 699 Promoted variables are always either sign- or zero-extended to the wider
|
| /openbsd-src/gnu/gcc/gcc/doc/ |
| H A D | rtl.texi | 840 Promoted variables are always either sign- or zero-extended to the wider
|
| H A D | gccint.info | 9161 the object. Promoted variables are always either sign- or
|