Lines Matching refs:BlockName
15105 StringRef BlockName; in EmitX86BuiltinExpr() local
15111 BlockName = "aesenc128kl"; in EmitX86BuiltinExpr()
15115 BlockName = "aesdec128kl"; in EmitX86BuiltinExpr()
15119 BlockName = "aesenc256kl"; in EmitX86BuiltinExpr()
15123 BlockName = "aesdec256kl"; in EmitX86BuiltinExpr()
15130 createBasicBlock(BlockName + "_no_error", this->CurFn); in EmitX86BuiltinExpr()
15131 BasicBlock *Error = createBasicBlock(BlockName + "_error", this->CurFn); in EmitX86BuiltinExpr()
15132 BasicBlock *End = createBasicBlock(BlockName + "_end", this->CurFn); in EmitX86BuiltinExpr()
15156 StringRef BlockName; in EmitX86BuiltinExpr() local
15160 BlockName = "aesencwide128kl"; in EmitX86BuiltinExpr()
15164 BlockName = "aesdecwide128kl"; in EmitX86BuiltinExpr()
15168 BlockName = "aesencwide256kl"; in EmitX86BuiltinExpr()
15172 BlockName = "aesdecwide256kl"; in EmitX86BuiltinExpr()
15187 createBasicBlock(BlockName + "_no_error", this->CurFn); in EmitX86BuiltinExpr()
15188 BasicBlock *Error = createBasicBlock(BlockName + "_error", this->CurFn); in EmitX86BuiltinExpr()
15189 BasicBlock *End = createBasicBlock(BlockName + "_end", this->CurFn); in EmitX86BuiltinExpr()