| /freebsd-12.1/contrib/llvm/lib/ExecutionEngine/Orc/ |
| H A D | IndirectionUtils.cpp | 258 bool Promoted = true; in operator ()() local 268 Promoted = false; in operator ()() 273 Promoted = true; in operator ()() 277 if (Promoted) in operator ()()
|
| /freebsd-12.1/contrib/llvm/lib/Target/ARM/ |
| H A D | ARMCodeGenPrepare.cpp | 114 SmallPtrSet<Value*, 8> Promoted; member in __anon96a67c9e0111::IRPromoter 559 Promoted.insert(V); in ExtendSources() 592 Promoted.insert(I); in PromoteTree() 634 if ((!Promoted.count(V) && !NewInsts.count(V)) || Sources->count(V)) in TruncateSinks() 723 Promoted.clear(); in Cleanup()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/ |
| H A D | InstrProfiling.cpp | 259 unsigned Promoted = 0; in run() local 270 Promoted++; in run() 271 if (Promoted >= MaxProm) in run() 279 LLVM_DEBUG(dbgs() << Promoted << " counters promoted for loop (depth=" in run() 281 return Promoted != 0; in run()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeVectorOps.cpp | 572 SDValue Promoted = DAG.getNode(NewOpc, dl, NVT, Op.getOperand(0)); in PromoteFP_TO_INT() local 577 Promoted = DAG.getNode(Op->getOpcode() == ISD::FP_TO_UINT ? ISD::AssertZext in PromoteFP_TO_INT() 579 dl, NVT, Promoted, in PromoteFP_TO_INT() 581 return DAG.getNode(ISD::TRUNCATE, dl, VT, Promoted); in PromoteFP_TO_INT()
|
| H A D | LegalizeFloatTypes.cpp | 1786 SDValue Promoted = GetPromotedFloat(N->getOperand(0)); in PromoteFloatOp_BITCAST() local 1787 EVT PromotedVT = Promoted->getValueType(0); in PromoteFloatOp_BITCAST() 1792 IVT, Promoted); in PromoteFloatOp_BITCAST() 1858 SDValue Promoted = GetPromotedFloat(Val); in PromoteFloatOp_STORE() local 1863 NewVal = DAG.getNode(GetPromotionOpcode(Promoted.getValueType(), VT), DL, in PromoteFloatOp_STORE() 1864 IVT, Promoted); in PromoteFloatOp_STORE()
|
| H A D | LegalizeIntegerTypes.cpp | 3774 SDValue Promoted; in PromoteIntRes_EXTEND_VECTOR_INREG() local 3778 Promoted = SExtPromotedInteger(N->getOperand(0)); in PromoteIntRes_EXTEND_VECTOR_INREG() 3781 Promoted = ZExtPromotedInteger(N->getOperand(0)); in PromoteIntRes_EXTEND_VECTOR_INREG() 3784 Promoted = GetPromotedInteger(N->getOperand(0)); in PromoteIntRes_EXTEND_VECTOR_INREG() 3789 return DAG.getNode(N->getOpcode(), dl, NVT, Promoted); in PromoteIntRes_EXTEND_VECTOR_INREG()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/ |
| H A D | LICM.cpp | 353 bool Promoted = false; in runOnLoop() local 373 Promoted |= promoteLoopAccessesToScalars( in runOnLoop() 386 if (Promoted) in runOnLoop() 389 Changed |= Promoted; in runOnLoop()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | CodeGenPrepare.cpp | 4947 bool Promoted = false; in tryToPromoteExts() local 5033 Promoted = true; in tryToPromoteExts() 5035 return Promoted; in tryToPromoteExts() 5350 bool Promoted = false; in performAddressTypePromotion() local 5370 Promoted = true; in performAddressTypePromotion() 5400 Promoted = true; in performAddressTypePromotion() 5408 return Promoted; in performAddressTypePromotion()
|
| /freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/ |
| H A D | SILoadStoreOptimizer.cpp | 195 SmallPtrSet<MachineInstr *, 4> &Promoted);
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | TargetInfo.cpp | 7164 llvm::Value *Promoted = CGF.Builder.CreateLoad(Addr); in EmitVAArg() local 7169 llvm::Value *V = CGF.Builder.CreateTrunc(Promoted, IntTy); in EmitVAArg()
|
| /freebsd-12.1/contrib/gcc/doc/ |
| H A D | rtl.texi | 840 Promoted variables are always either sign- or zero-extended to the wider
|
| /freebsd-12.1/contrib/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 9360 if (SDValue Promoted = isTypePromotionOfi1ZeroUpBits(Op)) in LowerCONCAT_VECTORSvXi1() local 9361 return widenSubVector(ResVT, Promoted, true, Subtarget, DAG, dl); in LowerCONCAT_VECTORSvXi1()
|