HomeSort by relevance Sort by last modified time
    Searched defs:TargetFlags (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/CodeGen/
MachineOperand.h 69 /// TargetFlags - This is a set of target-specific operand flags.
70 unsigned char TargetFlags;
180 TargetFlags = 0;
188 return isReg() ? 0 : TargetFlags;
192 TargetFlags = F;
196 TargetFlags |= F;
581 unsigned char TargetFlags = 0) {
584 Op.setTargetFlags(TargetFlags);
593 unsigned char TargetFlags = 0) {
597 Op.setTargetFlags(TargetFlags);
    [all...]
SelectionDAGNodes.h     [all...]

Completed in 542 milliseconds