Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZShortenInst.cpp346 case SystemZ::VL64: in processBlock()
H A DSystemZInstrInfo.cpp1541 LoadOpc = SystemZ::VL64; in foldMemoryOperandImpl()
1884 LoadOpcode = SystemZ::VL64; in getLoadStoreOpcodes()
1928 case SystemZ::VL64: in getOpcodeForOffset()
H A DSystemZAsmPrinter.cpp551 case SystemZ::VL64: in emitInstruction()
H A DSystemZInstrVector.td144 def VL64 : UnaryAliasVRX<z_load, v64db, bdxaddr12pair>;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopIdiomVectorize.cpp554 Value *VL64 = Builder.CreateZExt(VL, I64Type); in createPredicatedFindMismatch() local
556 Builder.CreateAdd(VectorIndexPhi, VL64, "", in createPredicatedFindMismatch()