Searched refs:VCE (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/mlir/test/Dialect/SPIRV/Linking/ModuleCombiner/ |
| H A D | basic.mlir | 53 // 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 D | SPIRVToLLVMDialectConversion.md | 876 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 D | structure-ops.mlir | 423 // Module with VCE triple and additional attributes
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | ScalarEvolution.cpp | 544 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 D | SystemZScheduleZ16.td | 1394 def : InstRW<[WLat6, VecBF, NormalGr], (instregex "VCE(L)?FB$")>;
|
| H A D | SystemZScheduleZ15.td | 1388 def : InstRW<[WLat6, VecBF, NormalGr], (instregex "VCE(L)?FB$")>;
|