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

  /external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetLowering.h 110 enum BooleanContent { // How the target represents true/false values.
116 static ISD::NodeType getExtendForContent(BooleanContent Content) {
119 assert(false && "Unknown BooleanContent!");
184 BooleanContent getBooleanContents(bool isVec) const {
    [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h 117 enum BooleanContent {
145 static ISD::NodeType getExtendForContent(BooleanContent Content) {
406 BooleanContent getBooleanContents(bool isVec, bool isFloat) const {
412 BooleanContent getBooleanContents(EVT Type) const {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
TargetLowering.h 140 enum BooleanContent {
204 static ISD::NodeType getExtendForContent(BooleanContent Content) {
583 BooleanContent getBooleanContents(bool isVec, bool isFloat) const {
589 BooleanContent getBooleanContents(EVT Type) const {
    [all...]

Completed in 710 milliseconds