HomeSort by relevance Sort by last modified time
    Searched refs:getBooleanContents (Results 1 - 25 of 29) sorted by null

1 2

  /external/llvm/include/llvm/Target/
TargetLowering.h 406 BooleanContent getBooleanContents(bool isVec, bool isFloat) const {
412 BooleanContent getBooleanContents(EVT Type) const {
413 return getBooleanContents(Type.isVector(), Type.isFloatingPoint());
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Target/
TargetLowering.h 531 BooleanContent getBooleanContents(bool isVec, bool isFloat) const {
537 BooleanContent getBooleanContents(EVT Type) const {
538 return getBooleanContents(Type.isVector(), Type.isFloatingPoint());
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Target/
TargetLowering.h 546 BooleanContent getBooleanContents(bool isVec, bool isFloat) const {
552 BooleanContent getBooleanContents(EVT Type) const {
553 return getBooleanContents(Type.isVector(), Type.isFloatingPoint());
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Target/
TargetLowering.h 546 BooleanContent getBooleanContents(bool isVec, bool isFloat) const {
552 BooleanContent getBooleanContents(EVT Type) const {
553 return getBooleanContents(Type.isVector(), Type.isFloatingPoint());
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Target/
TargetLowering.h 558 BooleanContent getBooleanContents(bool isVec, bool isFloat) const {
564 BooleanContent getBooleanContents(EVT Type) const {
565 return getBooleanContents(Type.isVector(), Type.isFloatingPoint());
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Target/
TargetLowering.h 558 BooleanContent getBooleanContents(bool isVec, bool isFloat) const {
564 BooleanContent getBooleanContents(EVT Type) const {
565 return getBooleanContents(Type.isVector(), Type.isFloatingPoint());
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Target/
TargetLowering.h 558 BooleanContent getBooleanContents(bool isVec, bool isFloat) const {
564 BooleanContent getBooleanContents(EVT Type) const {
565 return getBooleanContents(Type.isVector(), Type.isFloatingPoint());
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Target/
TargetLowering.h 558 BooleanContent getBooleanContents(bool isVec, bool isFloat) const {
564 BooleanContent getBooleanContents(EVT Type) const {
565 return getBooleanContents(Type.isVector(), Type.isFloatingPoint());
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Target/
TargetLowering.h 531 BooleanContent getBooleanContents(bool isVec, bool isFloat) const {
537 BooleanContent getBooleanContents(EVT Type) const {
538 return getBooleanContents(Type.isVector(), Type.isFloatingPoint());
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Target/
TargetLowering.h 546 BooleanContent getBooleanContents(bool isVec, bool isFloat) const {
552 BooleanContent getBooleanContents(EVT Type) const {
553 return getBooleanContents(Type.isVector(), Type.isFloatingPoint());
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Target/
TargetLowering.h 546 BooleanContent getBooleanContents(bool isVec, bool isFloat) const {
552 BooleanContent getBooleanContents(EVT Type) const {
553 return getBooleanContents(Type.isVector(), Type.isFloatingPoint());
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Target/
TargetLowering.h 558 BooleanContent getBooleanContents(bool isVec, bool isFloat) const {
564 BooleanContent getBooleanContents(EVT Type) const {
565 return getBooleanContents(Type.isVector(), Type.isFloatingPoint());
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Target/
TargetLowering.h 558 BooleanContent getBooleanContents(bool isVec, bool isFloat) const {
564 BooleanContent getBooleanContents(EVT Type) const {
565 return getBooleanContents(Type.isVector(), Type.isFloatingPoint());
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Target/
TargetLowering.h 558 BooleanContent getBooleanContents(bool isVec, bool isFloat) const {
564 BooleanContent getBooleanContents(EVT Type) const {
565 return getBooleanContents(Type.isVector(), Type.isFloatingPoint());
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Target/
TargetLowering.h 558 BooleanContent getBooleanContents(bool isVec, bool isFloat) const {
564 BooleanContent getBooleanContents(EVT Type) const {
565 return getBooleanContents(Type.isVector(), Type.isFloatingPoint());
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorTypes.cpp 290 TLI.getBooleanContents(false, false);
291 TargetLowering::BooleanContent VecBool = TLI.getBooleanContents(true, false);
297 if (TLI.getBooleanContents(false, false) !=
298 TLI.getBooleanContents(false, true)) {
303 ScalarBool = TLI.getBooleanContents(OpVT.getScalarType());
304 VecBool = TLI.getBooleanContents(OpVT);
409 TargetLowering::getExtendForContent(TLI.getBooleanContents(OpVT));
    [all...]
TargetLowering.cpp     [all...]
LegalizeTypes.cpp     [all...]
LegalizeVectorOps.cpp     [all...]
SelectionDAG.cpp     [all...]
DAGCombiner.cpp 748 if (TLI.getBooleanContents(N.getValueType()) ==
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetLowering.h 175 /// getBooleanContents - For targets without i1 registers, this gives the
184 BooleanContent getBooleanContents(bool isVec) const {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
LegalizeTypes.cpp     [all...]
LegalizeVectorTypes.cpp 289 TargetLowering::getExtendForContent(TLI.getBooleanContents(true));
    [all...]
TargetLowering.cpp     [all...]

Completed in 757 milliseconds

1 2