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

  /external/swiftshader/third_party/LLVM/include/llvm/
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...]
Instruction.h 366 void setInstructionSubclassData(unsigned short D) {
InstrTypes.h 714 void setPredicate(Predicate P) { setInstructionSubclassData(P); }
    [all...]
  /external/llvm/include/llvm/IR/
Instructions.h 125 setInstructionSubclassData((getSubclassDataFromInstruction() & ~32) |
137 setInstructionSubclassData((getSubclassDataFromInstruction() & ~64) |
150 // Shadow Instruction::setInstructionSubclassData with a private forwarding
152 void setInstructionSubclassData(unsigned short D) {
153 Instruction::setInstructionSubclassData(D);
225 setInstructionSubclassData((getSubclassDataFromInstruction() & ~1) |
245 setInstructionSubclassData((getSubclassDataFromInstruction() & ~(7 << 7)) |
257 setInstructionSubclassData((getSubclassDataFromInstruction() & ~(1 << 6)) |
292 // Shadow Instruction::setInstructionSubclassData with a private forwarding
294 void setInstructionSubclassData(unsigned short D)
    [all...]
Instruction.h 537 void setInstructionSubclassData(unsigned short D) {
InstrTypes.h     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
Instructions.h 131 setInstructionSubclassData((getSubclassDataFromInstruction() & ~32) |
142 setInstructionSubclassData((getSubclassDataFromInstruction() & ~64) |
155 // Shadow Instruction::setInstructionSubclassData with a private forwarding
157 void setInstructionSubclassData(unsigned short D) {
158 Instruction::setInstructionSubclassData(D);
225 setInstructionSubclassData((getSubclassDataFromInstruction() & ~1) |
244 setInstructionSubclassData((getSubclassDataFromInstruction() & ~(7 << 7)) |
293 // Shadow Instruction::setInstructionSubclassData with a private forwarding
295 void setInstructionSubclassData(unsigned short D) {
296 Instruction::setInstructionSubclassData(D)
    [all...]
Instruction.h 690 void setInstructionSubclassData(unsigned short D) {
InstrTypes.h     [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
Instruction.h 583 void setInstructionSubclassData(unsigned short D) {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
Instructions.cpp 726 setInstructionSubclassData(CRI.getSubclassDataFromInstruction());
734 setInstructionSubclassData(getSubclassDataFromInstruction() | 1);
    [all...]
  /external/llvm/lib/IR/
Instructions.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Instructions.cpp     [all...]

Completed in 2547 milliseconds