Searched defs:firstOp (Results 1 – 6 of 6) sorted by relevance
/llvm-project/llvm/lib/IR/ |
H A D | ConstantFold.cpp | 57 Instruction::CastOps firstOp = Instruction::CastOps(Op->getOpcode()); foldConstantCastPair() local
|
H A D | Instructions.cpp | 2760 isEliminableCastPair(Instruction::CastOps firstOp,Instruction::CastOps secondOp,Type * SrcTy,Type * MidTy,Type * DstTy,Type * SrcIntPtrTy,Type * MidIntPtrTy,Type * DstIntPtrTy) isEliminableCastPair() argument [all...] |
/llvm-project/mlir/lib/Dialect/NVGPU/TransformOps/ |
H A D | NVGPUTransformOps.cpp | 1101 Operation *firstOp, *failingOp; apply() local
|
/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCasts.cpp | 132 Instruction::CastOps firstOp = CI1->getOpcode(); in isEliminableCastPair() local
|
/llvm-project/mlir/lib/Dialect/Linalg/Transforms/ |
H A D | Vectorization.cpp | 2577 mayExistInterleavedUses(Operation * firstOp,Operation * secondOp,ValueRange values) mayExistInterleavedUses() argument [all...] |
/llvm-project/mlir/lib/Bindings/Python/ |
H A D | IRCore.cpp | 1890 MlirOperation firstOp = mlirBlockGetFirstOperation(block.get()); atBlockBegin() local
|