Home
last modified time | relevance | path

Searched refs:map_to_llvmopcode (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/VMCore/
DCore.cpp660 static LLVMOpcode map_to_llvmopcode(int opcode) in map_to_llvmopcode() function
685 return map_to_llvmopcode(unwrap<ConstantExpr>(ConstantVal)->getOpcode()); in LLVMGetConstOpcode()
1596 return map_to_llvmopcode(C->getOpcode()); in LLVMGetInstructionOpcode()
/external/llvm/lib/IR/
DCore.cpp1054 static LLVMOpcode map_to_llvmopcode(int opcode) in map_to_llvmopcode() function
1077 return map_to_llvmopcode(unwrap<ConstantExpr>(ConstantVal)->getOpcode()); in LLVMGetConstOpcode()
2158 return map_to_llvmopcode(C->getOpcode()); in LLVMGetInstructionOpcode()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DCore.cpp1245 static LLVMOpcode map_to_llvmopcode(int opcode) in map_to_llvmopcode() function
1268 return map_to_llvmopcode(unwrap<ConstantExpr>(ConstantVal)->getOpcode()); in LLVMGetConstOpcode()
2384 return map_to_llvmopcode(C->getOpcode()); in LLVMGetInstructionOpcode()