| /freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| HD | IndirectionUtils.cpp | 263 bool Promoted = true; in operator ()() local 273 Promoted = false; in operator ()() 278 Promoted = true; in operator ()() 282 if (Promoted) in operator ()()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/ |
| HD | TypePromotion.cpp | 118 SmallPtrSet<Value*, 8> Promoted; member in __anon3f696e740111::IRPromoter 512 Promoted.insert(V); in ExtendSources() 546 Promoted.insert(I); in PromoteTree() 560 if ((!Promoted.count(V) && !NewInsts.count(V)) || Sources.count(V)) in TruncateSinks()
|
| HD | CodeGenPrepare.cpp | 5231 bool Promoted = false; in tryToPromoteExts() local 5317 Promoted = true; in tryToPromoteExts() 5319 return Promoted; in tryToPromoteExts() 5633 bool Promoted = false; in performAddressTypePromotion() local 5653 Promoted = true; in performAddressTypePromotion() 5683 Promoted = true; in performAddressTypePromotion() 5691 return Promoted; in performAddressTypePromotion()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| HD | LegalizeVectorOps.cpp | 680 SDValue Promoted, Chain; in PromoteFP_TO_INT() local 682 Promoted = DAG.getNode(NewOpc, dl, {NVT, MVT::Other}, in PromoteFP_TO_INT() 684 Chain = Promoted.getValue(1); in PromoteFP_TO_INT() 686 Promoted = DAG.getNode(NewOpc, dl, NVT, Node->getOperand(0)); in PromoteFP_TO_INT() 697 Promoted = DAG.getNode(NewOpc, dl, NVT, Promoted, in PromoteFP_TO_INT() 699 Promoted = DAG.getNode(ISD::TRUNCATE, dl, VT, Promoted); in PromoteFP_TO_INT() 700 Results.push_back(Promoted); in PromoteFP_TO_INT()
|
| HD | LegalizeFloatTypes.cpp | 1989 SDValue Promoted = GetPromotedFloat(N->getOperand(0)); in PromoteFloatOp_BITCAST() local 1990 EVT PromotedVT = Promoted->getValueType(0); in PromoteFloatOp_BITCAST() 1995 IVT, Promoted); in PromoteFloatOp_BITCAST() 2060 SDValue Promoted = GetPromotedFloat(Val); in PromoteFloatOp_STORE() local 2065 NewVal = DAG.getNode(GetPromotionOpcode(Promoted.getValueType(), VT), DL, in PromoteFloatOp_STORE() 2066 IVT, Promoted); in PromoteFloatOp_STORE()
|
| HD | LegalizeIntegerTypes.cpp | 4363 SDValue Promoted; in PromoteIntRes_EXTEND_VECTOR_INREG() local 4367 Promoted = SExtPromotedInteger(N->getOperand(0)); in PromoteIntRes_EXTEND_VECTOR_INREG() 4370 Promoted = ZExtPromotedInteger(N->getOperand(0)); in PromoteIntRes_EXTEND_VECTOR_INREG() 4373 Promoted = GetPromotedInteger(N->getOperand(0)); in PromoteIntRes_EXTEND_VECTOR_INREG() 4378 return DAG.getNode(N->getOpcode(), dl, NVT, Promoted); in PromoteIntRes_EXTEND_VECTOR_INREG()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| HD | InstrProfiling.cpp | 265 unsigned Promoted = 0; in run() local 290 Promoted++; in run() 291 if (Promoted >= MaxProm) in run() 299 LLVM_DEBUG(dbgs() << Promoted << " counters promoted for loop (depth=" in run() 301 return Promoted != 0; in run()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| HD | LICM.cpp | 431 bool Promoted = false; in runOnLoop() local 454 Promoted |= promoteLoopAccessesToScalars( in runOnLoop() 465 if (Promoted) in runOnLoop() 468 Changed |= Promoted; in runOnLoop()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| HD | SILoadStoreOptimizer.cpp | 249 SmallPtrSet<MachineInstr *, 4> &Promoted) const;
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/ |
| HD | TargetInfo.cpp | 7371 llvm::Value *Promoted = CGF.Builder.CreateLoad(Addr); in EmitVAArg() local 7376 llvm::Value *V = CGF.Builder.CreateTrunc(Promoted, IntTy); in EmitVAArg()
|
| /freebsd-11-stable/contrib/gcc/doc/ |
| HD | rtl.texi | 840 Promoted variables are always either sign- or zero-extended to the wider
|