Home
last modified time | relevance | path

Searched defs:firstOp (Results 1 – 6 of 6) sorted by relevance

/llvm-project/llvm/lib/IR/
H A DConstantFold.cpp57 Instruction::CastOps firstOp = Instruction::CastOps(Op->getOpcode()); foldConstantCastPair() local
H A DInstructions.cpp2760 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 DNVGPUTransformOps.cpp1101 Operation *firstOp, *failingOp; apply() local
/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp132 Instruction::CastOps firstOp = CI1->getOpcode(); in isEliminableCastPair() local
/llvm-project/mlir/lib/Dialect/Linalg/Transforms/
H A DVectorization.cpp2577 mayExistInterleavedUses(Operation * firstOp,Operation * secondOp,ValueRange values) mayExistInterleavedUses() argument
[all...]
/llvm-project/mlir/lib/Bindings/Python/
H A DIRCore.cpp1890 MlirOperation firstOp = mlirBlockGetFirstOperation(block.get()); atBlockBegin() local