Searched refs:selectBitCast (Results 1 – 12 of 12) sorted by relevance
156 bool selectBitCast(const Instruction *I);943 bool WebAssemblyFastISel::selectBitCast(const Instruction *I) { in selectBitCast() function in WebAssemblyFastISel1167 case Instruction::BitCast: return selectBitCast(I); in fastSelectInstruction()
186 bool selectBitCast(const Instruction *I);1125 bool WebAssemblyFastISel::selectBitCast(const Instruction *I) { in selectBitCast() function in WebAssemblyFastISel1379 return selectBitCast(I); in fastSelectInstruction()
189 bool selectBitCast(const Instruction *I);1152 bool WebAssemblyFastISel::selectBitCast(const Instruction *I) { in selectBitCast() function in WebAssemblyFastISel1413 return selectBitCast(I); in fastSelectInstruction()
537 bool selectBitCast(const User *I);
509 bool selectBitCast(const User *I);
536 bool selectBitCast(const User *I);
1278 bool FastISel::selectBitCast(const User *I) { in selectBitCast() function in FastISel1638 return selectBitCast(I); in selectOperator()
1409 bool FastISel::selectBitCast(const User *I) { in selectBitCast() function in FastISel1769 return selectBitCast(I); in selectOperator()
1524 bool FastISel::selectBitCast(const User *I) { in selectBitCast() function in FastISel1883 return selectBitCast(I); in selectOperator()
176 bool selectBitCast(const Instruction *I);4760 bool AArch64FastISel::selectBitCast(const Instruction *I) { in selectBitCast() function in AArch64FastISel5095 if (!FastISel::selectBitCast(I)) in fastSelectInstruction()5096 return selectBitCast(I); in fastSelectInstruction()
133 bool selectBitCast(const Instruction *I);4668 bool AArch64FastISel::selectBitCast(const Instruction *I) { in selectBitCast() function in AArch64FastISel4942 if (!FastISel::selectBitCast(I)) in fastSelectInstruction()4943 return selectBitCast(I); in fastSelectInstruction()
175 bool selectBitCast(const Instruction *I);4847 bool AArch64FastISel::selectBitCast(const Instruction *I) { in selectBitCast() function in AArch64FastISel5191 if (!FastISel::selectBitCast(I)) in fastSelectInstruction()5192 return selectBitCast(I); in fastSelectInstruction()