Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceConverter.cpp206 Ice::Operand *convertOperand(const Instruction *Instr, unsigned OpNum) { in convertOperand() function in __anon7b11ea470111::LLVM2ICEFunctionConverter
332 Ice::Operand *Src = convertOperand(Instr, 0); in convertLoadInstruction()
338 Ice::Operand *Addr = convertOperand(Instr, 1); in convertStoreInstruction()
339 Ice::Operand *Val = convertOperand(Instr, 0); in convertStoreInstruction()
346 Ice::Operand *Src0 = convertOperand(Instr, 0); in convertArithInstruction()
347 Ice::Operand *Src1 = convertOperand(Instr, 1); in convertArithInstruction()
357 IcePhi->addArgument(convertOperand(Instr, N), in convertPHINodeInstruction()
365 Ice::Operand *Src = convertOperand(Instr, 0); in convertBrInstruction()
378 Ice::Operand *Src = convertOperand(Instr, 0); in convertIntToPtrInstruction()
384 Ice::Operand *Src = convertOperand(Instr, 0); in convertPtrToIntInstruction()
[all …]