HomeSort by relevance Sort by last modified time
    Searched defs:isCommutative (Results 26 - 50 of 119) sorted by null

12 3 4 5

  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Instruction.h 407 bool isCommutative() const { return isCommutative(getOpcode()); }
408 static bool isCommutative(unsigned Opcode) {
Instructions.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
Instruction.h 411 bool isCommutative() const { return isCommutative(getOpcode()); }
412 static bool isCommutative(unsigned Opcode) {
Instructions.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
Instruction.h 411 bool isCommutative() const { return isCommutative(getOpcode()); }
412 static bool isCommutative(unsigned Opcode) {
Instructions.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
Instruction.h 435 bool isCommutative() const { return isCommutative(getOpcode()); }
436 static bool isCommutative(unsigned Opcode) {
Instructions.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
Instruction.h 435 bool isCommutative() const { return isCommutative(getOpcode()); }
436 static bool isCommutative(unsigned Opcode) {
Instructions.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
Instruction.h 435 bool isCommutative() const { return isCommutative(getOpcode()); }
436 static bool isCommutative(unsigned Opcode) {
Instructions.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
Instruction.h 435 bool isCommutative() const { return isCommutative(getOpcode()); }
436 static bool isCommutative(unsigned Opcode) {
Instructions.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Instruction.h 407 bool isCommutative() const { return isCommutative(getOpcode()); }
408 static bool isCommutative(unsigned Opcode) {
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
Instruction.h 411 bool isCommutative() const { return isCommutative(getOpcode()); }
412 static bool isCommutative(unsigned Opcode) {
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
Instruction.h 411 bool isCommutative() const { return isCommutative(getOpcode()); }
412 static bool isCommutative(unsigned Opcode) {
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
Instruction.h 435 bool isCommutative() const { return isCommutative(getOpcode()); }
436 static bool isCommutative(unsigned Opcode) {
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
Instruction.h 435 bool isCommutative() const { return isCommutative(getOpcode()); }
436 static bool isCommutative(unsigned Opcode) {
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
Instruction.h 435 bool isCommutative() const { return isCommutative(getOpcode()); }
436 static bool isCommutative(unsigned Opcode) {
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
Instruction.h 435 bool isCommutative() const { return isCommutative(getOpcode()); }
436 static bool isCommutative(unsigned Opcode) {
  /external/swiftshader/third_party/subzero/src/
IceInst.cpp 34 bool IsCommutative;
300 bool InstArithmetic::isCommutative() const {
301 return InstArithmeticAttributes[getOp()].IsCommutative;
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/
Instructions.h     [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Instructions.cpp     [all...]
  /external/llvm/include/llvm/IR/
Instructions.h     [all...]

Completed in 910 milliseconds

12 3 4 5