Searched defs:Rev (Results 1 – 12 of 12) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/ |
H A D | SystemZ.cpp | 111 const auto Rev = in getISARevision() local 122 for (const ISANameRevision &Rev : ISARevisions) in fillValidCPUList() local
|
H A D | Hexagon.h | 146 std::optional<unsigned> Rev = getHexagonCPURev(CPU); in hardwareInterferenceSizes() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/Disassembler/ |
H A D | HexagonDisassembler.cpp | 512 const bool Rev = HexagonMCInstrInfo::IsReverseVecRegPair(Producer); in getSingleInstruction() local
|
/freebsd/contrib/llvm-project/clang/utils/TableGen/ |
H A D | NeonEmitter.cpp | 1590 class Rev : public SetTheory::Operator { in emitDagShuffle() class 1594 Rev(unsigned ElementSize) : ElementSize(ElementSize) {} in emitDagShuffle() function in Intrinsic::DagEmitter::emitDagShuffle::Rev
|
/freebsd/sys/dev/mwl/ |
H A D | mwlhal.h | 545 uint8_t Rev; member
|
H A D | mwlreg.h | 875 uint8_t Rev; member
|
/freebsd/sys/contrib/edk2/Include/Uefi/ |
H A D | UefiPxe.h | 715 PXE_UINT8 Rev; ///< PXE_ROMID_REV. member 812 PXE_UINT8 Rev; ///< PXE_ROMID_REV. member
|
/freebsd/stand/i386/libi386/ |
H A D | pxe.h | 299 uint8_t Rev; member
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 10323 SDValue Rev = DAG.getNode(RevOpcode, dl, VT, Op0); in LowerVecReduce() local 16666 auto isVMOVNShuffle = [&](ShuffleVectorSDNode *SVN, bool Rev) { in PerformSplittingToNarrowingStores() 18805 unsigned Rev = VT == MVT::v4i32 ? ARMISD::VREV32 : ARMISD::VREV16; in PerformMVEExtCombine() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.cpp | 11336 SDValue Rev = getDataClassTest(Op, ~Mask, Dl, DAG, Subtarget); in getDataClassTest() local 11343 SDValue Rev(DAG.getMachineNode( in getDataClassTest() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 13213 SDValue Rev = DAG.getNode(AArch64ISD::REV64, dl, VT, V1); in LowerVECTOR_SHUFFLE() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 53149 SDValue Rev = in combineBITREVERSE() local
|