Home
last modified time | relevance | path

Searched refs:GenExecuteOnly (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMSubtarget.h436 bool GenExecuteOnly = false; variable
680 bool genExecuteOnly() const { return GenExecuteOnly; } in genExecuteOnly()
DARMPredicates.td205 def GenExecuteOnly : Predicate<"Subtarget->genExecuteOnly()">;
DARM.td394 "GenExecuteOnly", "true",
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/ARM/
DARMGenSubtargetInfo.inc19416 if (Bits[ARM::FeatureExecuteOnly]) GenExecuteOnly = true;