Home
last modified time | relevance | path

Searched refs:VCE (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/mlir/test/Dialect/SPIRV/Linking/ModuleCombiner/
H A Dbasic.mlir53 // expected-error @+1 {{input modules differ in addressing model, memory model, and/or VCE triple}}
64 // expected-error @+1 {{input modules differ in addressing model, memory model, and/or VCE triple}}
75 // expected-error @+1 {{input modules differ in addressing model, memory model, and/or VCE triple}}
/llvm-project-15.0.7/mlir/docs/
H A DSPIRVToLLVMDialectConversion.md876 spv.module @__spv__foo /*VCE triple and other metadata here*/ {
900 spv.module @__spv__foo /*VCE triple and other metadata here*/ {
/llvm-project-15.0.7/mlir/test/Dialect/SPIRV/IR/
H A Dstructure-ops.mlir423 // Module with VCE triple and additional attributes
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DScalarEvolution.cpp544 if (ConstantExpr *VCE = dyn_cast<ConstantExpr>(getValue())) in isSizeOf() local
545 if (VCE->getOpcode() == Instruction::PtrToInt) in isSizeOf()
546 if (ConstantExpr *CE = dyn_cast<ConstantExpr>(VCE->getOperand(0))) in isSizeOf()
560 if (ConstantExpr *VCE = dyn_cast<ConstantExpr>(getValue())) in isAlignOf() local
561 if (VCE->getOpcode() == Instruction::PtrToInt) in isAlignOf()
562 if (ConstantExpr *CE = dyn_cast<ConstantExpr>(VCE->getOperand(0))) in isAlignOf()
584 if (ConstantExpr *VCE = dyn_cast<ConstantExpr>(getValue())) in isOffsetOf() local
585 if (VCE->getOpcode() == Instruction::PtrToInt) in isOffsetOf()
586 if (ConstantExpr *CE = dyn_cast<ConstantExpr>(VCE->getOperand(0))) in isOffsetOf()
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZScheduleZ16.td1394 def : InstRW<[WLat6, VecBF, NormalGr], (instregex "VCE(L)?FB$")>;
H A DSystemZScheduleZ15.td1388 def : InstRW<[WLat6, VecBF, NormalGr], (instregex "VCE(L)?FB$")>;