Searched refs:Inactive (Results 1 – 12 of 12) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | RegAllocPBQP.cpp | 329 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 D | cross-module-sm-pic-a.ll | 2 ; RUN: %lli -lljit-platform=Inactive -extra-module=%p/Inputs/cross-module-b.ll -relocation-model=pi…
|
| H A D | multi-module-sm-pic-a.ll | 2 ; RUN: %lli -lljit-platform=Inactive -extra-module=%p/Inputs/multi-module-b.ll -extra-module=%p/Inp…
|
| H A D | test-ptr-reloc-sm-pic.ll | 2 ; RUN: %lli -lljit-platform=Inactive -O0 -relocation-model=pic -code-model=small %s
|
| H A D | test-global-init-nonzero-sm-pic.ll | 2 ; 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 D | ArmSVE.td | 63 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 D | ComputeDependence.cpp | 210 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 D | SIWholeQuadMode.cpp | 571 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 D | lli.cpp | 238 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 D | ARMBaseInstrInfo.h | 852 unsigned Inactive);
|
| H A D | ARMISelDAGToDAG.cpp | 238 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 D | ARMBaseInstrInfo.cpp | 883 unsigned Cond, unsigned Inactive) { in addPredicatedMveVpredROp() argument 885 MIB.addReg(Inactive); in addPredicatedMveVpredROp()
|