Searched refs:isZeroExtended (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.h417 bool isZeroExtended(const MachineInstr &MI, const unsigned depth = 0) const { function in class:llvm::PPCInstrInfo
H A DPPCMIPeephole.cpp207 if (TII->isZeroExtended(*MI))
H A DPPCInstrInfo.cpp1669 if (isZeroExtended(*MI)) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp2826 static bool isZeroExtended(SDNode *N, SelectionDAG &DAG) { function
2848 isZeroExtended(N0, DAG) && isZeroExtended(N1, DAG);
2888 bool isN0ZExt = isZeroExtended(N0, DAG);
2889 bool isN1ZExt = isZeroExtended(N1, DAG);
9786 isZeroExtended(N0.getNode(), DAG)))
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp8422 /// isZeroExtended - Check if a node is a vector value that is zero-extended
8424 static bool isZeroExtended(SDNode *N, SelectionDAG &DAG) { function
8565 isZeroExtended(N0, DAG) && isZeroExtended(N1, DAG);
8585 bool isN0ZExt = isZeroExtended(N0, DAG);
8586 bool isN1ZExt = isZeroExtended(N1, DAG);

Completed in 218 milliseconds