HomeSort by relevance Sort by last modified time
    Searched refs:BooleanContent (Results 1 - 20 of 20) 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...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Target/
TargetLowering.h 132 enum BooleanContent {
196 static ISD::NodeType getExtendForContent(BooleanContent Content) {
531 BooleanContent getBooleanContents(bool isVec, bool isFloat) const {
537 BooleanContent getBooleanContents(EVT Type) const {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Target/
TargetLowering.h 133 enum BooleanContent {
197 static ISD::NodeType getExtendForContent(BooleanContent Content) {
546 BooleanContent getBooleanContents(bool isVec, bool isFloat) const {
552 BooleanContent getBooleanContents(EVT Type) const {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Target/
TargetLowering.h 133 enum BooleanContent {
197 static ISD::NodeType getExtendForContent(BooleanContent Content) {
546 BooleanContent getBooleanContents(bool isVec, bool isFloat) const {
552 BooleanContent getBooleanContents(EVT Type) const {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Target/
TargetLowering.h 139 enum BooleanContent {
203 static ISD::NodeType getExtendForContent(BooleanContent Content) {
558 BooleanContent getBooleanContents(bool isVec, bool isFloat) const {
564 BooleanContent getBooleanContents(EVT Type) const {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Target/
TargetLowering.h 139 enum BooleanContent {
203 static ISD::NodeType getExtendForContent(BooleanContent Content) {
558 BooleanContent getBooleanContents(bool isVec, bool isFloat) const {
564 BooleanContent getBooleanContents(EVT Type) const {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Target/
TargetLowering.h 139 enum BooleanContent {
203 static ISD::NodeType getExtendForContent(BooleanContent Content) {
558 BooleanContent getBooleanContents(bool isVec, bool isFloat) const {
564 BooleanContent getBooleanContents(EVT Type) const {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Target/
TargetLowering.h 139 enum BooleanContent {
203 static ISD::NodeType getExtendForContent(BooleanContent Content) {
558 BooleanContent getBooleanContents(bool isVec, bool isFloat) const {
564 BooleanContent getBooleanContents(EVT Type) const {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Target/
TargetLowering.h 132 enum BooleanContent {
196 static ISD::NodeType getExtendForContent(BooleanContent Content) {
531 BooleanContent getBooleanContents(bool isVec, bool isFloat) const {
537 BooleanContent getBooleanContents(EVT Type) const {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Target/
TargetLowering.h 133 enum BooleanContent {
197 static ISD::NodeType getExtendForContent(BooleanContent Content) {
546 BooleanContent getBooleanContents(bool isVec, bool isFloat) const {
552 BooleanContent getBooleanContents(EVT Type) const {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Target/
TargetLowering.h 133 enum BooleanContent {
197 static ISD::NodeType getExtendForContent(BooleanContent Content) {
546 BooleanContent getBooleanContents(bool isVec, bool isFloat) const {
552 BooleanContent getBooleanContents(EVT Type) const {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Target/
TargetLowering.h 139 enum BooleanContent {
203 static ISD::NodeType getExtendForContent(BooleanContent Content) {
558 BooleanContent getBooleanContents(bool isVec, bool isFloat) const {
564 BooleanContent getBooleanContents(EVT Type) const {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Target/
TargetLowering.h 139 enum BooleanContent {
203 static ISD::NodeType getExtendForContent(BooleanContent Content) {
558 BooleanContent getBooleanContents(bool isVec, bool isFloat) const {
564 BooleanContent getBooleanContents(EVT Type) const {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Target/
TargetLowering.h 139 enum BooleanContent {
203 static ISD::NodeType getExtendForContent(BooleanContent Content) {
558 BooleanContent getBooleanContents(bool isVec, bool isFloat) const {
564 BooleanContent getBooleanContents(EVT Type) const {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Target/
TargetLowering.h 139 enum BooleanContent {
203 static ISD::NodeType getExtendForContent(BooleanContent Content) {
558 BooleanContent getBooleanContents(bool isVec, bool isFloat) const {
564 BooleanContent getBooleanContents(EVT Type) const {
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorTypes.cpp 289 TargetLowering::BooleanContent ScalarBool =
291 TargetLowering::BooleanContent VecBool = TLI.getBooleanContents(true, false);
    [all...]
TargetLowering.cpp     [all...]
SelectionDAG.cpp     [all...]
LegalizeIntegerTypes.cpp     [all...]

Completed in 353 milliseconds