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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DIndirectionUtils.cpp262 bool Promoted = true;
272 Promoted = false;
277 Promoted = true;
281 if (Promoted)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp680 SDValue Promoted, Chain; local
682 Promoted = DAG.getNode(NewOpc, dl, {NVT, MVT::Other},
684 Chain = Promoted.getValue(1);
686 Promoted = DAG.getNode(NewOpc, dl, NVT, Node->getOperand(0));
697 Promoted = DAG.getNode(NewOpc, dl, NVT, Promoted,
699 Promoted = DAG.getNode(ISD::TRUNCATE, dl, VT, Promoted);
700 Results.push_back(Promoted);
H A DLegalizeFloatTypes.cpp2031 SDValue Promoted = GetPromotedFloat(N->getOperand(0)); local
2032 EVT PromotedVT = Promoted->getValueType(0);
2037 IVT, Promoted);
2102 SDValue Promoted = GetPromotedFloat(Val); local
2107 NewVal = DAG.getNode(GetPromotionOpcode(Promoted.getValueType(), VT), DL,
2108 IVT, Promoted);
2870 SDValue Promoted = GetSoftPromotedHalf(Val); local
2871 return DAG.getStore(ST->getChain(), dl, Promoted, ST->getBasePtr(),
H A DLegalizeIntegerTypes.cpp1119 "Promoted vector type must be a power of two");
4356 "Promoted operand has an element type greater than result");
4517 SDValue Promoted; local
4521 Promoted = SExtPromotedInteger(N->getOperand(0));
4524 Promoted = ZExtPromotedInteger(N->getOperand(0));
4527 Promoted = GetPromotedInteger(N->getOperand(0));
4532 return DAG.getNode(N->getOpcode(), dl, NVT, Promoted);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTypePromotion.cpp119 SmallPtrSet<Value*, 8> Promoted; member in class:__anon3598::IRPromoter
513 Promoted.insert(V);
547 Promoted.insert(I);
561 if ((!Promoted.count(V) && !NewInsts.count(V)) || Sources.count(V))
H A DCodeGenPrepare.cpp5457 bool Promoted = false; local
5543 Promoted = true;
5545 return Promoted;
5995 bool Promoted = false; local
6015 Promoted = true;
6045 Promoted = true;
6053 return Promoted;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp279 unsigned Promoted = 0; local
304 Promoted++;
305 if (Promoted >= MaxProm)
313 LLVM_DEBUG(dbgs() << Promoted << " counters promoted for loop (depth="
315 return Promoted != 0;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLICM.cpp390 bool Promoted = false; local
413 Promoted |= promoteLoopAccessesToScalars(
424 if (Promoted)
427 Changed |= Promoted;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSILoadStoreOptimizer.cpp269 SmallPtrSet<MachineInstr *, 4> &Promoted) const;
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.cpp7937 llvm::Value *Promoted = CGF.Builder.CreateLoad(Addr);
7942 llvm::Value *V = CGF.Builder.CreateTrunc(Promoted, IntTy);

Completed in 378 milliseconds