Home
last modified time | relevance | path

Searched refs:hasSExtAttr (Results 1 – 9 of 9) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DArgument.h107 bool hasSExtAttr() const;
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DArgument.h124 bool hasSExtAttr() const;
/external/llvm/include/llvm/IR/
DArgument.h124 bool hasSExtAttr() const;
/external/llvm/lib/IR/
DFunction.cpp178 bool Argument::hasSExtAttr() const { in hasSExtAttr() function in Argument
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DFunction.cpp158 bool Argument::hasSExtAttr() const { in hasSExtAttr() function in Argument
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp323 if ((IsZExt && Arg->hasZExtAttr()) || (!IsZExt && Arg->hasSExtAttr())) in isIntExtFree()
4515 if ((IsZExt && Arg->hasZExtAttr()) || (!IsZExt && Arg->hasSExtAttr())) { in selectIntExt()
/external/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp277 if ((IsZExt && Arg->hasZExtAttr()) || (!IsZExt && Arg->hasSExtAttr())) in isIntExtFree()
4429 if ((IsZExt && Arg->hasZExtAttr()) || (!IsZExt && Arg->hasSExtAttr())) { in selectIntExt()
/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp4799 if (Arg->hasSExtAttr()) in optimizeSwitchInst()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DCodeGenPrepare.cpp5839 if (Arg->hasSExtAttr()) in optimizeSwitchInst()