Home
last modified time | relevance | path

Searched refs:HasBranchPredictor (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMSubtarget.h306 bool HasBranchPredictor = true; variable
673 bool hasBranchPredictor() const { return HasBranchPredictor; } in hasBranchPredictor()
DARM.td361 "HasBranchPredictor", "false",
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/ARM/
DARMGenSubtargetInfo.inc19434 if (Bits[ARM::FeatureHasNoBranchPredictor]) HasBranchPredictor = false;