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

  /external/llvm/include/llvm/IR/
Instructions.h 151 setInstructionSubclassData((getSubclassDataFromInstruction() & ~32) |
164 // Shadow Instruction::setInstructionSubclassData with a private forwarding
166 void setInstructionSubclassData(unsigned short D) {
167 Instruction::setInstructionSubclassData(D);
239 setInstructionSubclassData((getSubclassDataFromInstruction() & ~1) |
259 setInstructionSubclassData((getSubclassDataFromInstruction() & ~(7 << 7)) |
271 setInstructionSubclassData((getSubclassDataFromInstruction() & ~(1 << 6)) |
304 // Shadow Instruction::setInstructionSubclassData with a private forwarding
306 void setInstructionSubclassData(unsigned short D) {
307 Instruction::setInstructionSubclassData(D)
    [all...]
Instruction.h 520 void setInstructionSubclassData(unsigned short D) {
InstrTypes.h     [all...]
  /external/llvm/lib/IR/
Instructions.cpp 777 setInstructionSubclassData(CRI.getSubclassDataFromInstruction());
785 setInstructionSubclassData(getSubclassDataFromInstruction() | 1);
    [all...]

Completed in 47 milliseconds