Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
H A DCore.cpp1516 static LLVMOpcode map_to_llvmopcode(int opcode) in map_to_llvmopcode() function
1539 return map_to_llvmopcode(unwrap<ConstantExpr>(ConstantVal)->getOpcode()); in LLVMGetConstOpcode()
2786 return map_to_llvmopcode(C->getOpcode()); in LLVMGetInstructionOpcode()
3806 return map_to_llvmopcode(CastInst::getCastOpcode( in LLVMGetCastOpcode()
/aosp_15_r20/external/llvm/lib/IR/
H A 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()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DCore.cpp1433 static LLVMOpcode map_to_llvmopcode(int opcode) in map_to_llvmopcode() function
1456 return map_to_llvmopcode(unwrap<ConstantExpr>(ConstantVal)->getOpcode()); in LLVMGetConstOpcode()
2755 return map_to_llvmopcode(C->getOpcode()); in LLVMGetInstructionOpcode()