HomeSort by: relevance | last modified time | path
    Searched refs:selectBitCast (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
FastISel.h 508 bool selectBitCast(const User *I);
  /src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
WebAssemblyFastISel.cpp 185 bool selectBitCast(const Instruction *I);
1150 bool WebAssemblyFastISel::selectBitCast(const Instruction *I) {
1411 return selectBitCast(I);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp 1388 bool FastISel::selectBitCast(const User *I) {
1766 return selectBitCast(I);
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64FastISel.cpp 175 bool selectBitCast(const Instruction *I);
4716 bool AArch64FastISel::selectBitCast(const Instruction *I) {
5049 if (!FastISel::selectBitCast(I))
5050 return selectBitCast(I);

Completed in 25 milliseconds