Home
last modified time | relevance | path

Searched defs:XLenVT (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp81 MVT XLenVT = Subtarget.getXLenVT(); in RISCVTargetLowering() local
1282 MVT XLenVT = Subtarget.getXLenVT(); in getDefaultVLOps() local
1348 MVT XLenVT = Subtarget.getXLenVT(); in lowerBUILD_VECTOR() local
1682 MVT XLenVT = Subtarget.getXLenVT(); in lowerScalarSplat() local
1708 MVT XLenVT = Subtarget.getXLenVT(); in lowerVECTOR_SHUFFLE() local
1947 MVT XLenVT = Subtarget.getXLenVT(); in LowerOperation() local
2512 MVT XLenVT = Subtarget.getXLenVT(); in lowerGlobalAddress() local
2555 MVT XLenVT = Subtarget.getXLenVT(); in getStaticTLSAddr() local
2628 MVT XLenVT = Subtarget.getXLenVT(); in lowerGlobalTLSAddress() local
2665 MVT XLenVT = Subtarget.getXLenVT(); in lowerSELECT() local
[all …]
H A DRISCVISelDAGToDAG.cpp48 MVT XLenVT) { in selectImm()
154 MVT XLenVT = Subtarget->getXLenVT(); in addVectorLoadStoreOperands() local
208 MVT XLenVT = Subtarget->getXLenVT(); in selectVLSEGFF() local
376 MVT XLenVT = Subtarget->getXLenVT(); in Select() local
1368 MVT XLenVT = Subtarget.getXLenVT(); in selectVSplatSimmHelper() local
H A DRISCVSubtarget.h64 MVT XLenVT = MVT::i32; variable