Home
last modified time | relevance | path

Searched refs:ExtendedA (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCInstrInfo.h238 bool ExtendedA, MCInst const &MIb, bool ExtendedB,
DHexagonMCDuplexInfo.cpp572 MCInst const &MIa, bool ExtendedA, in isOrderedDuplexPair() argument
576 if (ExtendedA) in isOrderedDuplexPair()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCInstrInfo.h260 bool ExtendedA, MCInst const &MIb, bool ExtendedB,
DHexagonMCDuplexInfo.cpp574 MCInst const &MIa, bool ExtendedA, in isOrderedDuplexPair() argument
579 if (ExtendedA) in isOrderedDuplexPair()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DAutoUpgrade.cpp2767 Value *ExtendedA = Builder.CreateZExt(A, ZextType); in UpgradeIntrinsicCall() local
2769 Value *Sum = Builder.CreateAdd(ExtendedA, ExtendedB); in UpgradeIntrinsicCall()