Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/VMCore/
DCore.cpp671 static int map_from_llvmopcode(LLVMOpcode code) in map_from_llvmopcode() function
1953 return wrap(unwrap(B)->CreateBinOp(Instruction::BinaryOps(map_from_llvmopcode(Op)), unwrap(LHS), in LLVMBuildBinOp()
2140 return wrap(unwrap(B)->CreateCast(Instruction::CastOps(map_from_llvmopcode(Op)), unwrap(Val), in LLVMBuildCast()
/external/llvm/lib/IR/
DCore.cpp1064 static int map_from_llvmopcode(LLVMOpcode code) in map_from_llvmopcode() function
2662 return wrap(unwrap(B)->CreateBinOp(Instruction::BinaryOps(map_from_llvmopcode(Op)), unwrap(LHS), in LLVMBuildBinOp()
2927 return wrap(unwrap(B)->CreateCast(Instruction::CastOps(map_from_llvmopcode(Op)), unwrap(Val), in LLVMBuildCast()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DCore.cpp1255 static int map_from_llvmopcode(LLVMOpcode code) in map_from_llvmopcode() function
2974 return wrap(unwrap(B)->CreateBinOp(Instruction::BinaryOps(map_from_llvmopcode(Op)), unwrap(LHS), in LLVMBuildBinOp()
3242 return wrap(unwrap(B)->CreateCast(Instruction::CastOps(map_from_llvmopcode(Op)), unwrap(Val), in LLVMBuildCast()