Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DIndirectionUtils.cpp283 bool Promoted = true; in operator ()() local
293 Promoted = false; in operator ()()
298 Promoted = true; in operator ()()
302 if (Promoted) in operator ()()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DTypePromotion.cpp115 SmallPtrSet<Value *, 8> Promoted; member in __anona30667b30111::IRPromoter
468 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.cpp5972 bool Promoted = false; in tryToPromoteExts() local
6061 Promoted = true; in tryToPromoteExts()
6063 return Promoted; in tryToPromoteExts()
6540 bool Promoted = false; in performAddressTypePromotion() local
6560 Promoted = true; in performAddressTypePromotion()
6590 Promoted = true; in performAddressTypePromotion()
6598 return Promoted; in performAddressTypePromotion()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DMips.cpp384 llvm::Value *Promoted = CGF.Builder.CreateLoad(Addr); in EmitVAArg() local
389 llvm::Value *V = CGF.Builder.CreateTrunc(Promoted, IntTy); in EmitVAArg()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp841 SDValue Promoted, Chain; in PromoteFP_TO_INT() local
843 Promoted = DAG.getNode(NewOpc, dl, {NVT, MVT::Other}, in PromoteFP_TO_INT()
845 Chain = Promoted.getValue(1); in PromoteFP_TO_INT()
847 Promoted = DAG.getNode(NewOpc, dl, NVT, Node->getOperand(0)); in PromoteFP_TO_INT()
858 Promoted = DAG.getNode(NewOpc, dl, NVT, Promoted, in PromoteFP_TO_INT()
860 Promoted = DAG.getNode(ISD::TRUNCATE, dl, VT, Promoted); in PromoteFP_TO_INT()
861 Results.push_back(Promoted); in PromoteFP_TO_INT()
H A DLegalizeFloatTypes.cpp1037 Promoted = (MVT::SimpleValueType)IntVT; in findFPToIntLibcall()
1039 if (Promoted.bitsGE(RetVT)) in findFPToIntLibcall()
1040 LC = Signed ? RTLIB::getFPTOSINT(SrcVT, Promoted) in findFPToIntLibcall()
1041 : RTLIB::getFPTOUINT(SrcVT, Promoted); in findFPToIntLibcall()
2258 SDValue Promoted = GetPromotedFloat(N->getOperand(0)); in PromoteFloatOp_BITCAST() local
2259 EVT PromotedVT = Promoted->getValueType(0); in PromoteFloatOp_BITCAST()
2264 IVT, Promoted); in PromoteFloatOp_BITCAST()
2356 SDValue Promoted = GetPromotedFloat(Val); in PromoteFloatOp_STORE() local
2362 IVT, Promoted); in PromoteFloatOp_STORE()
3287 SDValue Promoted = GetSoftPromotedHalf(Val); in SoftPromoteHalfOp_STORE() local
[all …]
H A DLegalizeIntegerTypes.cpp5824 SDValue Promoted; in PromoteIntRes_EXTEND_VECTOR_INREG() local
5828 Promoted = SExtPromotedInteger(N->getOperand(0)); in PromoteIntRes_EXTEND_VECTOR_INREG()
5831 Promoted = ZExtPromotedInteger(N->getOperand(0)); in PromoteIntRes_EXTEND_VECTOR_INREG()
5834 Promoted = GetPromotedInteger(N->getOperand(0)); in PromoteIntRes_EXTEND_VECTOR_INREG()
5839 return DAG.getNode(N->getOpcode(), dl, NVT, Promoted); in PromoteIntRes_EXTEND_VECTOR_INREG()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp443 unsigned Promoted = 0; in run() local
467 Promoted++; in run()
468 if (Promoted >= MaxProm) in run()
476 LLVM_DEBUG(dbgs() << Promoted << " counters promoted for loop (depth=" in run()
478 return Promoted != 0; in run()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLICM.cpp497 bool Promoted = false; in runOnLoop() local
508 Promoted |= LocalPromoted; in runOnLoop()
517 if (Promoted) in runOnLoop()
520 Changed |= Promoted; in runOnLoop()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSILoadStoreOptimizer.cpp275 SmallPtrSet<MachineInstr *, 4> &Promoted) const;