Searched defs:ExtendOpcode (Results 1 – 4 of 4) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ | ||
H A D | CombinerHelper.h | 51 unsigned ExtendOpcode; // G_ANYEXT/G_SEXT/G_ZEXT member |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/ | ||
H A D | AArch64ISelLowering.cpp | 16957 unsigned ExtendOpcode = Extend.getOpcode(); performBuildShuffleExtendCombine() local |
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ | ||
H A D | DAGCombiner.cpp | 12129 auto ExtendOpcode = AllAddOne ? ISD::ZERO_EXTEND : ISD::SIGN_EXTEND; foldVSelectOfConstants() local |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/ | ||
H A D | X86ISelLowering.cpp | 52542 unsigned ExtendOpcode = Extend->getOpcode(); combineToExtendCMOV() local |