Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp301 Flags = MachineInstr::copyFlagsFromInstruction(I); in translateBinaryOp()
315 Flags = MachineInstr::copyFlagsFromInstruction(I); in translateUnaryOp()
345 Flags = MachineInstr::copyFlagsFromInstruction(*CI); in translateCompare()
1442 Flags = MachineInstr::copyFlagsFromInstruction(*SI); in translateSelect()
1832 MachineInstr::copyFlagsFromInstruction(CI)); in translateSimpleIntrinsic()
1866 unsigned Flags = MachineInstr::copyFlagsFromInstruction(FPI); in translateConstrainedFPIntrinsic()
2072 MachineInstr::copyFlagsFromInstruction(CI)); in translateKnownIntrinsic()
2076 Ty, Op0, Op1, MachineInstr::copyFlagsFromInstruction(CI)); in translateKnownIntrinsic()
2086 MachineInstr::copyFlagsFromInstruction(CI)); in translateKnownIntrinsic()
2278 MachineInstr::copyFlagsFromInstruction(CI)); in translateKnownIntrinsic()
[all …]
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineInstr.cpp507 uint16_t MachineInstr::copyFlagsFromInstruction(const Instruction &I) { in copyFlagsFromInstruction() function in MachineInstr
546 Flags = copyFlagsFromInstruction(I); in copyIRFlags()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachineInstr.h1794 static uint16_t copyFlagsFromInstruction(const Instruction &I);