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

  /external/llvm/include/llvm/
Instruction.h 346 void setInstructionSubclassData(unsigned short D) {
Instructions.h 121 // Shadow Instruction::setInstructionSubclassData with a private forwarding
123 void setInstructionSubclassData(unsigned short D) {
124 Instruction::setInstructionSubclassData(D);
175 setInstructionSubclassData((getSubclassDataFromInstruction() & ~1) |
195 setInstructionSubclassData((getSubclassDataFromInstruction() & ~(7 << 7)) |
207 setInstructionSubclassData((getSubclassDataFromInstruction() & ~(1 << 6)) |
241 // Shadow Instruction::setInstructionSubclassData with a private forwarding
243 void setInstructionSubclassData(unsigned short D) {
244 Instruction::setInstructionSubclassData(D);
292 setInstructionSubclassData((getSubclassDataFromInstruction() & ~1)
    [all...]

Completed in 135 milliseconds