Home
last modified time | relevance | path

Searched refs:hasZExtAttr (Results 1 – 10 of 10) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DArgument.h104 bool hasZExtAttr() const;
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DArgument.h120 bool hasZExtAttr() const;
/external/llvm/include/llvm/IR/
DArgument.h120 bool hasZExtAttr() const;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMCodeGenPrepare.cpp649 if (!Arg->hasZExtAttr()) in TryToPromote()
/external/llvm/lib/IR/
DFunction.cpp172 bool Argument::hasZExtAttr() const { in hasZExtAttr() function in Argument
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyFastISel.cpp390 (isa<Argument>(V) && cast<Argument>(V)->hasZExtAttr())) in zeroExtendToI32()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DFunction.cpp154 bool Argument::hasZExtAttr() const { in hasZExtAttr() function in Argument
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyFastISel.cpp445 (isa<Argument>(V) && cast<Argument>(V)->hasZExtAttr())) in zeroExtendToI32()
/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()