Home
last modified time | relevance | path

Searched defs:isBitcast (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCInstrDesc.h374 bool isBitcast() const { in isBitcast() function
/external/llvm/include/llvm/MC/
DMCInstrDesc.h274 bool isBitcast() const { return Flags & (1 << MCID::Bitcast); } in isBitcast() function
/external/swiftshader/third_party/LLVM/utils/TableGen/
DCodeGenInstruction.h224 bool isBitcast; variable
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCInstrDesc.h316 bool isBitcast() const { return Flags & (1ULL << MCID::Bitcast); } in isBitcast() function
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DCodeGenInstruction.h230 bool isBitcast : 1; variable
DCodeGenDAGPatterns.cpp3289 bool isBitcast; member in InstAnalyzer
/external/llvm/utils/TableGen/
DCodeGenInstruction.h229 bool isBitcast : 1; variable
DCodeGenDAGPatterns.cpp2745 bool isBitcast; member in InstAnalyzer