HomeSort by relevance Sort by last modified time
    Searched refs:SetID (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
SIRegisterInfo.h 199 bool isSGPRPressureSet(unsigned SetID) const {
200 return SGPRPressureSets.test(SetID) && !VGPRPressureSets.test(SetID);
202 bool isVGPRPressureSet(unsigned SetID) const {
203 return VGPRPressureSets.test(SetID) && !SGPRPressureSets.test(SetID);
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
PassManager.h 293 AnalysisSetKey *SetID = AnalysisSetT::ID();
295 PA.PreservedIDs.count(SetID));
336 bool allAnalysesInSetPreserved(AnalysisSetKey *SetID) const {
338 (PreservedIDs.count(&AllAnalysesKey) || PreservedIDs.count(SetID));
    [all...]
  /external/syzkaller/vendor/github.com/google/go-cmp/cmp/internal/teststructs/
project4.go 112 func (hq *Headquarter) SetID(x uint64) { hq.id = x }

Completed in 175 milliseconds