Home
last modified time | relevance | path

Searched refs:Inactive (Results 1 – 12 of 12) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DRegAllocPBQP.cpp329 IntervalQueue Inactive(lowestStartPoint); in apply() local
336 Inactive.push(std::make_tuple(&LI, 0, NId)); in apply()
339 while (!Inactive.empty()) { in apply()
342 IntervalInfo Cur = Inactive.top(); in apply()
351 Inactive.push(nextSegment(*RetireItr)); in apply()
359 Cur = Inactive.top(); in apply()
360 Inactive.pop(); in apply()
/llvm-project-15.0.7/llvm/test/ExecutionEngine/MCJIT/
H A Dcross-module-sm-pic-a.ll2 ; RUN: %lli -lljit-platform=Inactive -extra-module=%p/Inputs/cross-module-b.ll -relocation-model=pi…
H A Dmulti-module-sm-pic-a.ll2 ; RUN: %lli -lljit-platform=Inactive -extra-module=%p/Inputs/multi-module-b.ll -extra-module=%p/Inp…
H A Dtest-ptr-reloc-sm-pic.ll2 ; RUN: %lli -lljit-platform=Inactive -O0 -relocation-model=pic -code-model=small %s
H A Dtest-global-init-nonzero-sm-pic.ll2 ; RUN: %lli -lljit-platform=Inactive -relocation-model=pic -code-model=small %s > /dev/null
/llvm-project-15.0.7/mlir/include/mlir/Dialect/ArmSVE/
H A DArmSVE.td63 op_description # [{ on active lanes. Inactive lanes will keep the value of
86 op_description # [{ on active lanes. Inactive lanes will keep the value of
/llvm-project-15.0.7/clang/lib/AST/
H A DComputeDependence.cpp210 auto Inactive = E->getRHS()->getDependence(); in computeDependence() local
212 std::swap(Active, Inactive); in computeDependence()
216 ((Cond | Active | Inactive) & ~ExprDependence::TypeValue); in computeDependence()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSIWholeQuadMode.cpp571 MachineOperand &Inactive = MI.getOperand(2); in scanInstructions() local
572 if (Inactive.isReg()) { in scanInstructions()
573 if (Inactive.isUndef()) { in scanInstructions()
576 markOperand(MI, Inactive, StateStrictWWM, Worklist); in scanInstructions()
/llvm-project-15.0.7/llvm/tools/lli/
H A Dlli.cpp238 enum class LLJITPlatform { Inactive, DetectHost, ORC, GenericIR }; enumerator
249 clEnumValN(LLJITPlatform::Inactive, "Inactive",
980 case LLJITPlatform::Inactive: in runOrcJIT()
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h852 unsigned Inactive);
H A DARMISelDAGToDAG.cpp238 SDValue PredicateMask, SDValue Inactive);
2539 SDValue Inactive) { in AddMVEPredicateToOps() argument
2543 Ops.push_back(Inactive); in AddMVEPredicateToOps()
2861 SDValue Inactive; in SelectMVE_VxDUP() local
2863 Inactive = N->getOperand(OpIdx++); in SelectMVE_VxDUP()
2874 AddMVEPredicateToOps(Ops, Loc, N->getOperand(OpIdx), Inactive); in SelectMVE_VxDUP()
H A DARMBaseInstrInfo.cpp883 unsigned Cond, unsigned Inactive) { in addPredicatedMveVpredROp() argument
885 MIB.addReg(Inactive); in addPredicatedMveVpredROp()