Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DIndirectionUtils.cpp284 bool Promoted = true; in operator ()() local
294 Promoted = false; in operator ()()
299 Promoted = true; in operator ()()
303 if (Promoted) in operator ()()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTypePromotion.cpp115 SmallPtrSet<Value *, 8> Promoted; member in __anonab9dbb3d0111::IRPromoter
470 Promoted.insert(V); in ExtendSources()
518 Promoted.insert(I); in PromoteTree()
532 if ((!Promoted.count(V) && !NewInsts.count(V)) || Sources.count(V)) in TruncateSinks()
H A DCodeGenPrepare.cpp6088 bool Promoted = false; in tryToPromoteExts() local
6177 Promoted = true; in tryToPromoteExts()
6179 return Promoted; in tryToPromoteExts()
6654 bool Promoted = false; in performAddressTypePromotion() local
6674 Promoted = true; in performAddressTypePromotion()
6704 Promoted = true; in performAddressTypePromotion()
6712 return Promoted; in performAddressTypePromotion()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DMips.cpp383 llvm::Value *Promoted = Res.getScalarVal(); in EmitVAArg() local
387 llvm::Value *V = CGF.Builder.CreateTrunc(Promoted, IntTy); in EmitVAArg()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp806 SDValue Promoted, Chain; in PromoteFP_TO_INT() local
808 Promoted = DAG.getNode(NewOpc, dl, {NVT, MVT::Other}, in PromoteFP_TO_INT()
810 Chain = Promoted.getValue(1); in PromoteFP_TO_INT()
812 Promoted = DAG.getNode(NewOpc, dl, NVT, Node->getOperand(0)); in PromoteFP_TO_INT()
823 Promoted = DAG.getNode(NewOpc, dl, NVT, Promoted, in PromoteFP_TO_INT()
825 Promoted = DAG.getNode(ISD::TRUNCATE, dl, VT, Promoted); in PromoteFP_TO_INT()
826 Results.push_back(Promoted); in PromoteFP_TO_INT()
H A DLegalizeFloatTypes.cpp1119 static RTLIB::Libcall findFPToIntLibcall(EVT SrcVT, EVT RetVT, EVT &Promoted, in findFPToIntLibcall() argument
1125 Promoted = (MVT::SimpleValueType)IntVT; in findFPToIntLibcall()
1127 if (Promoted.bitsGE(RetVT)) in findFPToIntLibcall()
1128 LC = Signed ? RTLIB::getFPTOSINT(SrcVT, Promoted) in findFPToIntLibcall()
1129 : RTLIB::getFPTOUINT(SrcVT, Promoted); in findFPToIntLibcall()
2437 SDValue Promoted = GetPromotedFloat(N->getOperand(0)); in PromoteFloatOp_BITCAST() local
2438 EVT PromotedVT = Promoted->getValueType(0); in PromoteFloatOp_BITCAST()
2443 IVT, Promoted); in PromoteFloatOp_BITCAST()
2535 SDValue Promoted = GetPromotedFloat(Val); in PromoteFloatOp_STORE() local
2540 NewVal = DAG.getNode(GetPromotionOpcode(Promoted.getValueType(), VT), DL, in PromoteFloatOp_STORE()
[all …]
H A DLegalizeIntegerTypes.cpp5997 SDValue Promoted; in PromoteIntRes_EXTEND_VECTOR_INREG() local
6001 Promoted = SExtPromotedInteger(N->getOperand(0)); in PromoteIntRes_EXTEND_VECTOR_INREG()
6004 Promoted = ZExtPromotedInteger(N->getOperand(0)); in PromoteIntRes_EXTEND_VECTOR_INREG()
6007 Promoted = GetPromotedInteger(N->getOperand(0)); in PromoteIntRes_EXTEND_VECTOR_INREG()
6012 return DAG.getNode(N->getOpcode(), dl, NVT, Promoted); in PromoteIntRes_EXTEND_VECTOR_INREG()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp524 unsigned Promoted = 0; in run() local
548 Promoted++; in run()
549 if (Promoted >= MaxProm) in run()
557 LLVM_DEBUG(dbgs() << Promoted << " counters promoted for loop (depth=" in run()
559 return Promoted != 0; in run()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLICM.cpp506 bool Promoted = false; in runOnLoop() local
517 Promoted |= LocalPromoted; in runOnLoop()
526 if (Promoted) in runOnLoop()
529 Changed |= Promoted; in runOnLoop()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSILoadStoreOptimizer.cpp283 SmallPtrSet<MachineInstr *, 4> &Promoted) const;