Searched refs:getConstantFromPool (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86MCInstLower.cpp | 1413 static const Constant *getConstantFromPool(const MachineInstr &MI, in getConstantFromPool() function 1903 if (auto *C = getConstantFromPool(*MI, MaskOp)) { in EmitInstruction() 1975 if (auto *C = getConstantFromPool(*MI, MaskOp)) { in EmitInstruction() 2006 if (auto *C = getConstantFromPool(*MI, MaskOp)) { in EmitInstruction() 2023 if (auto *C = getConstantFromPool(*MI, MaskOp)) { in EmitInstruction() 2038 if (auto *C = getConstantFromPool(*MI, MI->getOperand(4))) { in EmitInstruction() 2100 if (auto *C = getConstantFromPool(*MI, MI->getOperand(4))) { in EmitInstruction() 2190 if (auto *C = getConstantFromPool(*MI, MI->getOperand(4))) { in EmitInstruction()
|
/external/llvm/lib/Target/X86/ |
D | X86MCInstLower.cpp | 1134 static const Constant *getConstantFromPool(const MachineInstr &MI, in getConstantFromPool() function 1470 if (auto *C = getConstantFromPool(*MI, MaskOp)) { in EmitInstruction() 1492 if (auto *C = getConstantFromPool(*MI, MaskOp)) { in EmitInstruction() 1514 if (auto *C = getConstantFromPool(*MI, MaskOp)) { in EmitInstruction() 1547 if (auto *C = getConstantFromPool(*MI, MaskOp)) { in EmitInstruction() 1566 if (auto *C = getConstantFromPool(*MI, MaskOp)) { in EmitInstruction() 1609 if (auto *C = getConstantFromPool(*MI, MI->getOperand(4))) { in EmitInstruction()
|