Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DIndirectionUtils.cpp261 bool Promoted = true; in operator ()() local
271 Promoted = false; in operator ()()
276 Promoted = true; in operator ()()
280 if (Promoted) in operator ()()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp697 SDValue Promoted, Chain; in PromoteFP_TO_INT() local
699 Promoted = DAG.getNode(NewOpc, dl, {NVT, MVT::Other}, in PromoteFP_TO_INT()
701 Chain = Promoted.getValue(1); in PromoteFP_TO_INT()
703 Promoted = DAG.getNode(NewOpc, dl, NVT, Node->getOperand(0)); in PromoteFP_TO_INT()
714 Promoted = DAG.getNode(NewOpc, dl, NVT, Promoted, in PromoteFP_TO_INT()
716 Promoted = DAG.getNode(ISD::TRUNCATE, dl, VT, Promoted); in PromoteFP_TO_INT()
717 Results.push_back(Promoted); in PromoteFP_TO_INT()
H A DLegalizeFloatTypes.cpp933 Promoted = (MVT::SimpleValueType)IntVT; in findFPToIntLibcall()
935 if (Promoted.bitsGE(RetVT)) in findFPToIntLibcall()
936 LC = Signed ? RTLIB::getFPTOSINT(SrcVT, Promoted) in findFPToIntLibcall()
937 : RTLIB::getFPTOUINT(SrcVT, Promoted); in findFPToIntLibcall()
2107 SDValue Promoted = GetPromotedFloat(N->getOperand(0)); in PromoteFloatOp_BITCAST() local
2108 EVT PromotedVT = Promoted->getValueType(0); in PromoteFloatOp_BITCAST()
2113 IVT, Promoted); in PromoteFloatOp_BITCAST()
2185 SDValue Promoted = GetPromotedFloat(Val); in PromoteFloatOp_STORE() local
2191 IVT, Promoted); in PromoteFloatOp_STORE()
3016 SDValue Promoted = GetSoftPromotedHalf(Val); in SoftPromoteHalfOp_STORE() local
[all …]
H A DLegalizeIntegerTypes.cpp4920 SDValue Promoted; in PromoteIntRes_EXTEND_VECTOR_INREG() local
4924 Promoted = SExtPromotedInteger(N->getOperand(0)); in PromoteIntRes_EXTEND_VECTOR_INREG()
4927 Promoted = ZExtPromotedInteger(N->getOperand(0)); in PromoteIntRes_EXTEND_VECTOR_INREG()
4930 Promoted = GetPromotedInteger(N->getOperand(0)); in PromoteIntRes_EXTEND_VECTOR_INREG()
4935 return DAG.getNode(N->getOpcode(), dl, NVT, Promoted); in PromoteIntRes_EXTEND_VECTOR_INREG()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DTypePromotion.cpp116 SmallPtrSet<Value*, 8> Promoted; member in __anon57ec75710111::IRPromoter
511 Promoted.insert(V); in ExtendSources()
545 Promoted.insert(I); in PromoteTree()
559 if ((!Promoted.count(V) && !NewInsts.count(V)) || Sources.count(V)) in TruncateSinks()
H A DCodeGenPrepare.cpp5713 bool Promoted = false; in tryToPromoteExts() local
5799 Promoted = true; in tryToPromoteExts()
5801 return Promoted; in tryToPromoteExts()
6269 bool Promoted = false; in performAddressTypePromotion() local
6289 Promoted = true; in performAddressTypePromotion()
6319 Promoted = true; in performAddressTypePromotion()
6327 return Promoted; in performAddressTypePromotion()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp281 unsigned Promoted = 0; in run() local
306 Promoted++; in run()
307 if (Promoted >= MaxProm) in run()
315 LLVM_DEBUG(dbgs() << Promoted << " counters promoted for loop (depth=" in run()
317 return Promoted != 0; in run()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLICM.cpp479 bool Promoted = false; in runOnLoop() local
498 Promoted |= promoteLoopAccessesToScalars( in runOnLoop()
515 Promoted |= LocalPromoted; in runOnLoop()
525 if (Promoted) in runOnLoop()
528 Changed |= Promoted; in runOnLoop()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSILoadStoreOptimizer.cpp246 SmallPtrSet<MachineInstr *, 4> &Promoted) const;
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.cpp8084 llvm::Value *Promoted = CGF.Builder.CreateLoad(Addr); in EmitVAArg() local
8089 llvm::Value *V = CGF.Builder.CreateTrunc(Promoted, IntTy); in EmitVAArg()