Searched defs:op0 (Results 1 – 8 of 8) sorted by relevance
/llvm-project/clang/test/CodeGen/RISCV/ |
H A D | riscv-attr-builtin-alias-err.c | 16 vint8m2_t test(vint8m2_t op0, vint8m2_t op1, size_t vl) { in test()
|
H A D | riscv-attr-builtin-alias.c | 33 vint8m1_t test(vint8m1_t op0, vint8m1_t op1, size_t vl) { in test()
|
/llvm-project/llvm/utils/ |
H A D | shuffle_select_fuzz_tester.py | 122 def __init__(self, name, ty, op0, op1, mask): argument 142 def __init__(self, name, ty, op0, op1, mask): argument 184 __init__(self, name, ty, op0, op1, mask) global() argument [all...] |
/llvm-project/clang/test/CodeGen/ |
H A D | arm64-microsoft-status-reg.cpp | 16 #define ARM64_SYSREG(op0, op1, crn, crm, op2) \ argument
|
/llvm-project/llvm/lib/Target/X86/ |
H A D | X86IntrinsicsInfo.h | 61 X86_INTRINSIC_DATA(id,type,op0,op1) global() argument
|
/llvm-project/llvm/unittests/ADT/ |
H A D | BitVectorTest.cpp | 1312 auto op0 = [](auto x) { return ~x; }; in TEST() local
|
/llvm-project/mlir/lib/Target/LLVMIR/ |
H A D | ModuleImport.cpp | 198 if (const auto *op0 = dyn_cast<const llvm::MDString>(node->getOperand(0))) processTBAAMetadata() local
|
/llvm-project/flang/lib/Optimizer/CodeGen/ |
H A D | CodeGen.cpp | 657 mlir::Value op0 = adaptor.getOperands()[0]; matchAndRewrite() local [all...] |