Home
last modified time | relevance | path

Searched refs:CAST_UITOFP (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
DNaClLLVMBitCodes.h210 CAST_UITOFP = 5, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/
DNaClBitcodeDecoders.cpp36 case naclbitc::CAST_UITOFP: in DecodeCastOpcode()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h379 CAST_UITOFP = 5, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DPNaClTranslator.cpp1947 case naclbitc::CAST_UITOFP: in convertCastOpToIceOp()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp510 case Instruction::UIToFP : return bitc::CAST_UITOFP; in getEncodedCastOpcode()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp1047 case bitc::CAST_UITOFP : return Instruction::UIToFP; in getDecodedCastOpcode()