Home
last modified time | relevance | path

Searched refs:getSubclassDataFromInstruction (Results 1 – 4 of 4) sorted by relevance

/minix/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DInstructions.h122 return (1u << (getSubclassDataFromInstruction() & 31)) >> 1; in getAlignment()
135 return getSubclassDataFromInstruction() & 32; in isUsedWithInAlloca()
215 return (1 << ((getSubclassDataFromInstruction() >> 1) & 31)) >> 1; in getAlignment()
435 return AtomicOrdering(getSubclassDataFromInstruction() >> 1);
507 return getSubclassDataFromInstruction() & 1;
519 return getSubclassDataFromInstruction() & 0x100;
690 unsigned short SubclassData = getSubclassDataFromInstruction();
698 return getSubclassDataFromInstruction() & 1;
1309 return TailCallKind(getSubclassDataFromInstruction() & 3);
1312 return (getSubclassDataFromInstruction() & 3) != TCK_None;
[all …]
H A DInstruction.h481 unsigned getSubclassDataFromInstruction() const { in getSubclassDataFromInstruction() function
H A DInstrTypes.h758 return Predicate(getSubclassDataFromInstruction());
/minix/external/bsd/llvm/dist/llvm/lib/IR/
H A DInstructions.cpp894 setInstructionSubclassData((getSubclassDataFromInstruction() & ~31) | in setAlignment()
1068 setInstructionSubclassData((getSubclassDataFromInstruction() & ~(31 << 1)) | in setAlignment()
1207 setInstructionSubclassData((getSubclassDataFromInstruction() & ~(31 << 1)) | in setAlignment()